Type
Enum in Arbor
Description
Parameter type.
Properties
Property Name | Description |
---|---|
Int | Int type. |
Float | Float type. |
Bool | Bool type. |
GameObject | GameObject type. |
String | String type. |
Enum | Enum type. |
Vector2 | Vector2 type. |
Vector3 | Vector3 type. |
Quaternion | Quaternion type. |
Rect | Rect type. |
Bounds | Bounds type. |
Color | Color type. |
Vector4 | Vector4 type. |
Vector2Int | Vector2Int type. |
Vector3Int | Vector3Int type. |
RectInt | RectInt type. |
BoundsInt | BoundsInt type. |
Transform | Transform type. |
RectTransform | RectTransform type. |
Rigidbody | Rigidbody type. |
Rigidbody2D | Rigidbody2D type. |
Component | Component type. |
Long | Long type. |
AssetObject | Object type(Asset). |
Variable | Variable type. |
IntList | List<int> type. |
LongList | List<long> type. |
FloatList | List<float> type. |
BoolList | List<bool> type. |
StringList | List<string> type. |
EnumList | List<Enum> type. |
Vector2List | List<Vector2> type. |
Vector3List | List<Vector3> type. |
QuaternionList | List<Quaternion> type. |
RectList | List<Rect> type. |
BoundsList | List<Bounds> type. |
ColorList | List<Color> type. |
Vector4List | List<Vector4> type. |
Vector2IntList | List<Vector2Int> type. |
Vector3IntList | List<Vector3Int> type. |
RectIntList | List<RectInt> type. |
BoundsIntList | List<BoundsInt> type. |
GameObjectList | List<GameObject> type. |
ComponentList | List<Component> type. |
AssetObjectList | List<Object(Asset)> type. |
VariableList | VariableList type. |