Arbor 3: FSM & BT Graph Editor
3.6.0
|
Classes | |
class | ArborEvent |
Persistent callbacks that can also set arguments in ArborEditor More... | |
class | ArborEventUtility |
ArborEvent utility class More... | |
class | HideEventAttribute |
Attribute that hides the method in the selection popup of ArborEvent. More... | |
class | ShowEventAttribute |
Attributes to be displayed in selection popup even argument methods that can not be used for ArborEvent More... | |
Enumerations | |
enum | ArgumentAttributes { None = 0, Out = 0x01 } |
Attribute flag of argument More... | |
enum | ParameterType { Int, Long, Float, Bool, String, Vector2, Vector3, Quaternion, Rect, Bounds, Color, GameObject, Component, Enum, Slot = 0x1000, Unknown = 0xFFFFFFF } |
Types of argument types available for ArborEvent More... | |
|
strong |
|
strong |
Types of argument types available for ArborEvent
Enumerator | |
---|---|
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 |
Slot | Data slot Used when the ArborEventUtility.GetParameterType method returns Unknown. |
Unknown | Unknown |