Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.

Additional resources: width, RenderTextureFormat, depth.