Integer
Represents an integer property, for example int, byte, short, uint and long.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Field
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
Integer = 0
Remarks
The specific type of integer is exposed by SerializedProperty.numericType. Additional Resources: SerializedProperty, SerializedProperty.intValue, SerializedProperty.uintValue, SerializedProperty.longValue, SerializedProperty.ulongValue,.