Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

SerializedPropertyType

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

Sumbission failed

For some reason your suggested change could not be submitted. Please try again 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.

See Also: SerializedProperty.propertyType.

Variables

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.