Pass:getHeight

Edit

Returns the height of the textures attached to the render pass.

height = Pass:getHeight()

Arguments

None

Returns

NameTypeDescription
heightnumber The texture height.

Notes

If the pass is not a render pass, this function returns zero.

See also