# Int8

> Represents an 8 bit signed integer (sbyte).

## Definition

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

```csharp
Int8 = 1
```

### Remarks

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