ArrayMeshArrayFormat Enumeration |
[Missing <summary> documentation for "T:Godot.ArrayMesh.ArrayFormat"]
Namespace: Godot
public enum ArrayFormat
Member name | Value | Description | |
---|---|---|---|
Vertex | 1 | Array format will include vertices (mandatory). | |
Normal | 2 | Array format will include normals. | |
Tangent | 4 | Array format will include tangents. | |
Color | 8 | Array format will include a color array. | |
TexUv | 16 | Array format will include UVs. | |
TexUv2 | 32 | Array format will include another set of UVs. | |
Bones | 64 | Array format will include bone indices. | |
Weights | 128 | Array format will include bone weights. | |
Index | 256 | Index array will be used. |