# SInt16

> 16-bit signed integer.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Rendering](/engine/6000.5/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
SInt16 = 9
```

### Remarks

This format matches the @short@ data type in C#, with values ranging from -32768 to 32767.

Additional Resources: [Mesh](/engine/6000.5/script-reference/unityengine/mesh.md) class, [VertexAttribute](/engine/6000.5/script-reference/unityengine/rendering/vertexattribute.md) enum, [Mesh.GetVertexAttributeFormat](/engine/6000.5/script-reference/unityengine/mesh/getvertexattributeformat.md).
