MeshArrayType Enumeration |
[Missing <summary> documentation for "T:Godot.Mesh.ArrayType"]
Namespace: Godot
public enum ArrayType
Member name | Value | Description | |
---|---|---|---|
Vertex | 0 | Array of vertices. | |
Normal | 1 | Array of normals. | |
Tangent | 2 | Array of tangents as an array of floats, 4 floats per tangent. | |
Color | 3 | Array of colors. | |
TexUv | 4 | Array of UV coordinates. | |
TexUv2 | 5 | Array of second set of UV coordinates. | |
Bones | 6 | Array of bone data. | |
Weights | 7 | Array of weights. | |
Index | 8 | Array of indices. | |
Max | 9 | Represents the size of the MeshArrayType enum. |