Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

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

RenderTexture.height

Switch to Manual
public int height;

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.