enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseType of a SerializedProperty.
See Also: 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. |