MultiMesh.ColorFormat

Values

ValueMeaning
colorNone0

Use when you are not using per-instance Colors.

color8bit1

Compress Color data into 8 bits when passing to shader. This uses less memory and can be faster, but the Color loses precision.

colorFloat2

The Color passed into setInstanceColor will use 4 floats. Use this for highest precision Color.

Meta