Enum ArrayMesh.ArrayFormat
enum ArrayFormat
: int { ... }
Enum members
Name | Description |
arrayFormatBones
|
Array format will include bone indices.
|
arrayFormatColor
|
Array format will include a color array.
|
arrayFormatIndex
|
Index array will be used.
|
arrayFormatNormal
|
Array format will include normals.
|
arrayFormatTangent
|
Array format will include tangents.
|
arrayFormatTexUv
|
Array format will include UVs.
|
arrayFormatTexUv2
|
Array format will include another set of UVs.
|
arrayFormatVertex
|
Array format will include vertices (mandatory).
|
arrayFormatWeights
|
Array format will include bone weights.
|