# Int32

> Represents a 32 bit signed integer.

## Definition

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

```csharp
Int32 = 5
```

### 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).
