SerializedPropertyType
enumeration
Description 描述
Type of a SerializedProperty.
See Also: SerializedProperty.propertyType.
Properties 属性
| 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. | ||
| ExposedReference | A reference to another Object in the Scene. This is done via an ExposedReference type and resolves to a reference to an Object that exists in the context of the SerializedObject containing the SerializedProperty. | ||
| 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. |