Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SInt8

8-bit signed integer.
Read time 1 minuteLast updated 6 days ago

Definition

SInt8 = 7

Remarks

This format matches the @sbyte@ data type in C#, with values ranging from -128 to 127.
Additional Resources: Mesh class, VertexAttribute enum, Mesh.GetVertexAttributeFormat.