Select your preferred scripting language. All code snippets will be displayed in this language.
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. |
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. |