ParameterType
列挙型 in Arbor.Events
説明
ArborEventで使用できる引数の型のタイプ
プロパティ
| プロパティ名 | 説明 | 
|---|---|
| Int | int型 | 
| Long | long型 | 
| Float | float型 | 
| Bool | bool型 | 
| String | string型 | 
| Vector2 | Vector2型 | 
| Vector3 | Vector3型 | 
| Quaternion | Quaternion型 | 
| Rect | Rect型 | 
| Bounds | Bounds型 | 
| Color | Color型 | 
| GameObject | GameObject型 | 
| Component | Component型 | 
| Enum | enum型 | 
| AssetObject | AssetObject型 | 
| Vector4 | Vector4型 | 
| Vector2Int | Vector2Int型 | 
| Vector3Int | Vector3Int型 | 
| RectInt | RectInt型 | 
| BoundsInt | BoundsInt型 | 
| Slot | データスロット | 
| Unknown | 不明 |