Rendering::​IndexFormat
UnityObjectLink
Rendering::​IndexFormat

enum:/TYPE/UnityEngine.Rendering.IndexFormat///

Parent

UnityObjectLink

Variables
rendering::​indexformat::​uint16
static readonly rendering::indexformat::uint16

enum constant number 0

rendering::​indexformat::​uint32
static readonly rendering::indexformat::uint32

enum constant number 1

Functions
rendering::​indexformat::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

rendering::​indexformat::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.Rendering.IndexFormat enum
)

no documentation

Parameters
enum
UnityEngine.Rendering.IndexFormat

an enum of type Rendering::IndexFormat

Returns

System.Int32

rendering::​indexformat::​inttoenum
static UnityEngine.Rendering.IndexFormat IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::Rendering::IndexFormat::Count()

Returns

UnityEngine.Rendering.IndexFormat

toint
System.String ToInt()

ToInt, equivalent to UnityEngine::Rendering::IndexFormat::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to UnityEngine::Rendering::IndexFormat::EnumToString(enum)

Returns

System.String