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

VertexAttributeFormat.SInt8

Description

8-bit signed integer.

This format matches the @sbyte@ data type in C#, with values ranging from -128 to 127.

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