Version: 2021.3
LanguageEnglish
  • C#

SerializedPropertyType

enumeration

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Description

Type of a SerializedProperty.

Additional resources: SerializedProperty.propertyType.

Properties

IntegerInteger property, for example int, byte, short, uint and long.
BooleanBoolean property.
FloatFloat or Double property.
StringString property.
ColorColor property.
ObjectReferenceReference to an object that derives from UnityEngine.Object.
LayerMask LayerMask property.
EnumEnumeration property.
Vector22D vector property.
Vector33D vector property.
Vector44D vector property.
RectRectangle property.
ArraySizeArray size property.
CharacterCharacter property.
AnimationCurveAnimationCurve property.
BoundsBounds property.
GradientGradient property.
QuaternionQuaternion property.
ExposedReferenceA reference to another Object in the Scene.
FixedBufferSizeFixed buffer size property.
Vector2Int2D integer vector property.
Vector3Int3D integer vector property.
RectIntRectangle with Integer values property.
BoundsIntBounds with Integer values property.
ManagedReferenceProperty that references an object that does not derive from UnityEngine.Object.
Hash128A Hash128 property.