DepthTextureMode
UnityObjectLink
DepthTextureMode

enum:/TYPE/UnityEngine.DepthTextureMode///

Parent

UnityObjectLink

Variables
depthtexturemode::​depth
static readonly depthtexturemode::depth

enum constant number 1

depthtexturemode::​depthnormals
static readonly depthtexturemode::depthnormals

enum constant number 2

depthtexturemode::​motionvectors
static readonly depthtexturemode::motionvectors

enum constant number 3

depthtexturemode::​none
static readonly depthtexturemode::none

enum constant number 0

Functions
depthtexturemode::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

depthtexturemode::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.DepthTextureMode enum
)

no documentation

Parameters
enum
UnityEngine.DepthTextureMode

an enum of type DepthTextureMode

Returns

System.Int32

depthtexturemode::​inttoenum
static UnityEngine.DepthTextureMode IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::DepthTextureMode::Count()

Returns

UnityEngine.DepthTextureMode

toint
System.String ToInt()

ToInt, equivalent to UnityEngine::DepthTextureMode::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to UnityEngine::DepthTextureMode::EnumToString(enum)

Returns

System.String