Type of a SerializedProperty.
See Also: SerializedProperty.propertyType.
| Integer | Integer property. | 
| Boolean | Boolean property. | 
| Float | Float property. | 
| String | String property. | 
| Color | Color property. | 
| ObjectReference | Reference to another 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. This is done via an ExposedReference type and resolves to a reference to an Object that exists in the context of the SerializedObject containing the SerializedProperty. |