Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

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

DepthTextureMode

enumeration

Switch to Manual

Description

Depth texture generation mode for Camera.

The flags can be combined, so you can set a Camera to generate both a Depth and Depth+Normals texture if needed.

See Also: Using camera's depth textures, Camera.depthTextureMode.

Variables

NoneDo not generate depth texture (Default).
DepthGenerate a depth texture.
DepthNormalsGenerate a depth + normals texture.