public Color32[] colors32 ;

Descripción

Vertex colors of the Mesh.

Same as colors, except using Color32 structure is better for performance.

Note: The Mesh.colors32 array has to be modified or created externally from the Mesh. See, for example, the note on the uv page.