VisualServerArrayFormat Enumeration |
[Missing <summary> documentation for "T:Godot.VisualServer.ArrayFormat"]
Namespace: Godot
public enum ArrayFormat
| Member name | Value | Description | |
|---|---|---|---|
| FormatVertex | 1 | Flag used to mark a vertex array. | |
| FormatNormal | 2 | Flag used to mark a normal array. | |
| FormatTangent | 4 | Flag used to mark a tangent array. | |
| FormatColor | 8 | Flag used to mark a color array. | |
| FormatTexUv | 16 | Flag used to mark an UV coordinates array. | |
| FormatTexUv2 | 32 | Flag used to mark an UV coordinates array for the second UV coordinates. | |
| FormatBones | 64 | Flag used to mark a bone information array. | |
| FormatWeights | 128 | Flag used to mark a weights array. | |
| FormatIndex | 256 | Flag used to mark an index array. | |
| CompressVertex | 512 | Flag used to mark a compressed (half float) vertex array. | |
| CompressNormal | 1024 | Flag used to mark a compressed (half float) normal array. | |
| CompressTangent | 2048 | Flag used to mark a compressed (half float) tangent array. | |
| CompressColor | 4096 | Flag used to mark a compressed (half float) color array. | |
| CompressTexUv | 8192 | Flag used to mark a compressed (half float) UV coordinates array. | |
| CompressTexUv2 | 16384 | Flag used to mark a compressed (half float) UV coordinates array for the second UV coordinates. | |
| CompressBones | 32768 | Flag used to mark a compressed bone array. | |
| CompressWeights | 65536 | Flag used to mark a compressed (half float) weight array. | |
| CompressIndex | 131072 | Flag used to mark a compressed index array. | |
| FlagUse2dVertices | 262144 | Flag used to mark that the array contains 2D vertices. | |
| FlagUse16BitBones | 524288 | Flag used to mark that the array uses 16-bit bones instead of 8-bit. | |
| CompressDefault | 97280 | Used to set flags , , , , and quickly. |