Rendering::​CommandBufferExecutionFlags
UnityObjectLink
Rendering::​CommandBufferExecutionFlags

enum:/TYPE/UnityEngine.Rendering.CommandBufferExecutionFlags///

Parent

UnityObjectLink

Variables
rendering::​commandbufferexecutionflags::​asynccompute
static readonly rendering::commandbufferexecutionflags::asynccompute

enum constant number 1

rendering::​commandbufferexecutionflags::​none
static readonly rendering::commandbufferexecutionflags::none

enum constant number 0

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

no documentation

Returns

System.Int32

rendering::​commandbufferexecutionflags::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.Rendering.CommandBufferExecutionFlags enum
)

no documentation

Parameters
enum
UnityEngine.Rendering.CommandBufferExecutionFlags

an enum of type Rendering::CommandBufferExecutionFlags

Returns

System.Int32

rendering::​commandbufferexecutionflags::​inttoenum
static UnityEngine.Rendering.CommandBufferExecutionFlags IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.Rendering.CommandBufferExecutionFlags

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String