Version: 2021.2

SerializedPropertyType

enumeration

切换到手册

描述

SerializedProperty 的类型。

变量

IntegerInteger property, for example int, byte, short, uint and long.
Boolean布尔值属性。
FloatFloat or Double property.
String字符串属性。
Color颜色属性。
ObjectReferenceReference to an object that derives from UnityEngine.Object.
LayerMask LayerMask 属性。
Enum枚举属性。
Vector22D 向量属性。
Vector33D 向量属性。
Vector44D 向量属性。
Rect矩形属性。
ArraySize数组大小属性。
Character字符属性。
AnimationCurveAnimationCurve 属性。
Bounds边界属性。
Gradient渐变属性。
Quaternion四元数属性。
ExposedReferenceA reference to another Object in the Scene.
FixedBufferSize固定缓冲区大小属性。
Vector2Int2D 整数向量属性。
Vector3Int3D 整数向量属性。
RectInt带有整数值属性的矩形。
BoundsInt带有整数值属性的边界。
ManagedReferenceProperty that references an object that does not derive from UnityEngine.Object.
Hash128A Hash128 property.