Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

RenderTexture.depth

Switch to Manual
public int depth;

Description

The precision of the render texture's depth buffer in bits (0, 16, 24/32 are supported).

When 0 is used, then no Z buffer is created by a render texture.

16 means at least 16 bit Z buffer and no stencil buffer. 24 or 32 means at least 24 bit Z buffer, and a stencil buffer.

When requesting 24 bit Z Unity will prefer 32 bit floating point Z buffer if available on the platform.

See Also: format, width, height.