Type of a SerializedProperty.
Additional resources: SerializedProperty.propertyType.
Integer | Integer property, for example int, byte, short, uint and long. |
Boolean | Boolean property. |
Float | Float or Double property. |
String | String property. |
Color | Color property. |
ObjectReference | Reference to an object that derives from UnityEngine.Object. |
LayerMask | LayerMask property. |
Enum | Enumeration property. |
Vector2 | 2D vector property. |
Vector3 | 3D vector property. |
Vector4 | 4D vector property. |
Rect | Rectangle property. |
ArraySize | Array size property. |
Character | Character property. |
AnimationCurve | AnimationCurve property. |
Bounds | Bounds property. |
Gradient | Gradient property. |
Quaternion | Quaternion property. |
ExposedReference | A reference to another Object in the Scene. |
FixedBufferSize | Fixed buffer size property. |
Vector2Int | 2D integer vector property. |
Vector3Int | 3D integer vector property. |
RectInt | Rectangle with Integer values property. |
BoundsInt | Bounds with Integer values property. |
ManagedReference | Property that references an object that does not derive from UnityEngine.Object. |
Hash128 | A Hash128 property. |