# UInt8

> Represents an 8 bit unsigned integer (byte).

## Definition

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

```csharp
UInt8 = 2
```

### Remarks

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