SerializedProperty のタイプ
| Integer | Integer プロパティー | 
| Boolean | Boolean プロパティー | 
| Float | Float プロパティー | 
| String | String プロパティー | 
| Color | カラープロパティー | 
| ObjectReference | 他のオブジェクト参照 | 
| LayerMask | LayerMask プロパティー | 
| Enum | Enumeration プロパティー | 
| Vector2 | Vector2 プロパティー | 
| Vector3 | Vector3 プロパティー | 
| Vector4 | Vector4 プロパティー | 
| Rect | Rectangle プロパティー | 
| ArraySize | 配列の長さプロパティー | 
| Character | Character プロパティー | 
| AnimationCurve | AnimationCurve プロパティー | 
| Bounds | Bounds プロパティー | 
| Gradient | Gradient プロパティー | 
| Quaternion | Quaternion プロパティー | 
| 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. |