# UInt16

> Represents a 16 bit unsigned integer (ushort).

## Definition

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

```csharp
UInt16 = 4
```

### Remarks

Additional Resources: [SerializedProperty.numericType](/engine/6000.3/script-reference/unityeditor/serializedproperty/numerictype.md), [SerializedProperty.uintValue](/engine/6000.3/script-reference/unityeditor/serializedproperty/uintvalue.md).
