Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

RenderTexture.height

Switch to Manual
public var height: int;

Description

The height of the render texture in pixels.

Note that unlike Texture.height property, this is both read and write - setting a value changes size.

See Also:: width, format, depth.