Rendering::​VertexAttributeFormat
UnityObjectLink
Rendering::​VertexAttributeFormat

enum:/TYPE/UnityEngine.Rendering.VertexAttributeFormat///

Parent

UnityObjectLink

Variables
rendering::​vertexattributeformat::​float16
static readonly rendering::vertexattributeformat::float16

enum constant number 1

rendering::​vertexattributeformat::​float32
static readonly rendering::vertexattributeformat::float32

enum constant number 0

rendering::​vertexattributeformat::​sint16
static readonly rendering::vertexattributeformat::sint16

enum constant number 9

rendering::​vertexattributeformat::​sint32
static readonly rendering::vertexattributeformat::sint32

enum constant number 11

rendering::​vertexattributeformat::​sint8
static readonly rendering::vertexattributeformat::sint8

enum constant number 7

rendering::​vertexattributeformat::​snorm16
static readonly rendering::vertexattributeformat::snorm16

enum constant number 5

rendering::​vertexattributeformat::​snorm8
static readonly rendering::vertexattributeformat::snorm8

enum constant number 3

rendering::​vertexattributeformat::​uint16
static readonly rendering::vertexattributeformat::uint16

enum constant number 8

rendering::​vertexattributeformat::​uint32
static readonly rendering::vertexattributeformat::uint32

enum constant number 10

rendering::​vertexattributeformat::​uint8
static readonly rendering::vertexattributeformat::uint8

enum constant number 6

rendering::​vertexattributeformat::​unorm16
static readonly rendering::vertexattributeformat::unorm16

enum constant number 4

rendering::​vertexattributeformat::​unorm8
static readonly rendering::vertexattributeformat::unorm8

enum constant number 2

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

no documentation

Returns

System.Int32

rendering::​vertexattributeformat::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.Rendering.VertexAttributeFormat enum
)

no documentation

Parameters
enum
UnityEngine.Rendering.VertexAttributeFormat

an enum of type Rendering::VertexAttributeFormat

Returns

System.Int32

rendering::​vertexattributeformat::​inttoenum
static UnityEngine.Rendering.VertexAttributeFormat IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.Rendering.VertexAttributeFormat

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String