VisualServerMultimeshColorFormat Enumeration |
[Missing <summary> documentation for "T:Godot.VisualServer.MultimeshColorFormat"]
Namespace: Godot
public enum MultimeshColorFormat
Member name | Value | Description | |
---|---|---|---|
None | 0 | MultiMesh does not use per-instance color. | |
Color8bit | 1 | MultiMesh color uses 8 bits per component. This packs the color into a single float. | |
Float | 2 | MultiMesh color uses a float per channel. |