Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Mesh.colors32

var colors32: Color32[];
Color32[] colors32;
colors32 as Color32[]

Description

Vertex colors of the mesh.

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