Pass:getHeight
EditReturns the height of the textures of the Pass's canvas, in pixels.
height = Pass:getHeight()Arguments
None
Returns
| Name | Type | Description |
| height | number | The texture height. |
Notes
If the pass doesn't have a canvas, this function returns zero.