Version: 2020.1
언어: 한국어
public Color32[] colors32 ;

설명

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.