VisualServerArrayType Enumeration |
[Missing <summary> documentation for "T:Godot.VisualServer.ArrayType"]
Namespace: Godot
public enum ArrayType
| Member name | Value | Description | |
|---|---|---|---|
| Vertex | 0 | Array is a vertex array. | |
| Normal | 1 | Array is a normal array. | |
| Tangent | 2 | Array is a tangent array. | |
| Color | 3 | Array is a color array. | |
| TexUv | 4 | Array is an UV coordinates array. | |
| TexUv2 | 5 | Array is an UV coordinates array for the second UV coordinates. | |
| Bones | 6 | Array contains bone information. | |
| Weights | 7 | Array is weight information. | |
| Index | 8 | Array is index array. | |
| Max | 9 | Represents the size of the VisualServerArrayType enum. |