Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

VertexAttributeFormat.UInt16

Description

16-bit unsigned integer.

This format matches the @ushort@ data type in C#, with values ranging from 0 to 65535.

Additional resources: Mesh class, VertexAttribute enum, Mesh.GetVertexAttributeFormat.