Enum VisualServerSingleton.MultimeshColorFormat
enum MultimeshColorFormat
: int { ... }
Enum members
Name | Description |
---|---|
multimeshColor8bit
|
MultiMesh color uses 8 bits per component. This packs the color into a single float. |
multimeshColorFloat
|
MultiMesh color uses a float per channel. |
multimeshColorNone
|
MultiMesh does not use per-instance color. |