Rendering::​VertexAttribute
UnityObjectLink
Rendering::​VertexAttribute

enum:/TYPE/UnityEngine.Rendering.VertexAttribute///

Parent

UnityObjectLink

Variables
rendering::​vertexattribute::​blendindices
static readonly rendering::vertexattribute::blendindices

enum constant number 13

rendering::​vertexattribute::​blendweight
static readonly rendering::vertexattribute::blendweight

enum constant number 12

rendering::​vertexattribute::​color
static readonly rendering::vertexattribute::color

enum constant number 3

rendering::​vertexattribute::​normal
static readonly rendering::vertexattribute::normal

enum constant number 1

rendering::​vertexattribute::​position
static readonly rendering::vertexattribute::position

enum constant number 0

rendering::​vertexattribute::​tangent
static readonly rendering::vertexattribute::tangent

enum constant number 2

rendering::​vertexattribute::​texcoord0
static readonly rendering::vertexattribute::texcoord0

enum constant number 4

rendering::​vertexattribute::​texcoord1
static readonly rendering::vertexattribute::texcoord1

enum constant number 5

rendering::​vertexattribute::​texcoord2
static readonly rendering::vertexattribute::texcoord2

enum constant number 6

rendering::​vertexattribute::​texcoord3
static readonly rendering::vertexattribute::texcoord3

enum constant number 7

rendering::​vertexattribute::​texcoord4
static readonly rendering::vertexattribute::texcoord4

enum constant number 8

rendering::​vertexattribute::​texcoord5
static readonly rendering::vertexattribute::texcoord5

enum constant number 9

rendering::​vertexattribute::​texcoord6
static readonly rendering::vertexattribute::texcoord6

enum constant number 10

rendering::​vertexattribute::​texcoord7
static readonly rendering::vertexattribute::texcoord7

enum constant number 11

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

no documentation

Returns

System.Int32

rendering::​vertexattribute::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.Rendering.VertexAttribute enum
)

no documentation

Parameters
enum
UnityEngine.Rendering.VertexAttribute

an enum of type Rendering::VertexAttribute

Returns

System.Int32

rendering::​vertexattribute::​inttoenum
static UnityEngine.Rendering.VertexAttribute IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

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

Returns

UnityEngine.Rendering.VertexAttribute

toint
System.String ToInt()

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

Returns

System.String

tostring
System.String ToString()

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

Returns

System.String