# Int16

> Represents a 16 bit signed integer (short).

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
Int16 = 3
```

### Remarks

Additional Resources: [SerializedProperty.numericType](/engine/6000.7/script-reference/unityeditor/serializedproperty/numerictype.md), [SerializedProperty.intValue](/engine/6000.7/script-reference/unityeditor/serializedproperty/intvalue.md).
