ParameterType
Enum in Arbor.Events
Description
Types of argument types available for ArborEvent
Properties
| Property Name | Description | 
|---|---|
| Int | int type | 
| Long | long type | 
| Float | float type | 
| Bool | bool type | 
| String | string type | 
| Vector2 | Vector2 type | 
| Vector3 | Vector3 type | 
| Quaternion | Quaternion type | 
| Rect | Rect type | 
| Bounds | Bounds type | 
| Color | Color type | 
| GameObject | GameObject type | 
| Component | Component type | 
| Enum | enum type | 
| AssetObject | AssetObject type | 
| Vector4 | Vector4 type | 
| Vector2Int | Vector2Int type | 
| Vector3Int | Vector3Int type | 
| RectInt | RectInt type | 
| BoundsInt | BoundsInt type | 
| Slot | Data slot | 
| Unknown | Unknown |