|
Arbor 3: FSM & BT Graph Editor
3.1.2
|
Base class for scripts to be assigned to various nodes of ArborFSM. More...
Public Member Functions | |
| CalculatorSlotField | GetCalculatorSlotField (int index) |
| Get CalculatorSlotField. More... | |
| CalculatorSlotField | GetCalculatorSlotField (CalculatorSlot slot) |
| Get CalculatorSlotField. More... | |
| void | RebuildCalculatorSlotFields () |
| Rebuild the CalculatorSlotField. More... | |
| void | Initialize (NodeGraph nodeGraph, int nodeID) |
| For Editor. More... | |
Static Public Member Functions | |
| static NodeBehaviour | CreateNodeBehaviour (Node node, System.Type type, bool duplicate=false) |
| For Editor. More... | |
| static Type | CreateNodeBehaviour< Type > (Node node, bool duplicate=false) |
| For Editor. More... | |
| static void | Destroy (NodeBehaviour behaviour) |
| Destroy NodeBehaviour. More... | |
Protected Member Functions | |
| virtual void | OnValidate () |
| See MonoBehaviour.OnValidate. More... | |
| virtual void | OnCreated () |
| Raises the created event. More... | |
| virtual void | OnInitializeEnabled () |
| Called to perform enabled initialization. More... | |
| virtual void | OnPreDestroy () |
| Raises the pre destroy event. More... | |
| virtual void | OnGraphPause () |
| This function is called when the graph is paused. More... | |
| virtual void | OnGraphResume () |
| This function is called when the graph resumes. More... | |
| virtual void | OnGraphStop () |
| This function is called when the graph stops. More... | |
Properties | |
| NodeGraph | nodeGraph [get] |
| Gets the NodeGraph. More... | |
| int | nodeID [get] |
| Gets the node identifier. More... | |
| Node | node [get] |
| Get the Node. More... | |
| int | calculatorSlotFieldCount [get] |
| Number of CalculatorSlotField More... | |
Base class for scripts to be assigned to various nodes of ArborFSM.
|
static |
For Editor.
|
static |
For Editor.
| Type | : | NodeBehaviour |
|
static |
Destroy NodeBehaviour.
| behaviour | NodeBehaviour |
| CalculatorSlotField GetCalculatorSlotField | ( | int | index | ) |
| CalculatorSlotField GetCalculatorSlotField | ( | CalculatorSlot | slot | ) |
| void Initialize | ( | NodeGraph | nodeGraph, |
| int | nodeID | ||
| ) |
|
protectedvirtual |
Raises the created event.
|
protectedvirtual |
This function is called when the graph is paused.
|
protectedvirtual |
This function is called when the graph resumes.
|
protectedvirtual |
This function is called when the graph stops.
|
protectedvirtual |
Called to perform enabled initialization.
Reimplemented in StateBehaviour, and TreeNodeBehaviour.
|
protectedvirtual |
Raises the pre destroy event.
|
protectedvirtual |
See MonoBehaviour.OnValidate.
Reimplemented in Calculator.
| void RebuildCalculatorSlotFields | ( | ) |
Rebuild the CalculatorSlotField.
It is necessary to call it when changing the number of fields of CalculatorSlot at runtime.
|
get |
Number of CalculatorSlotField
|
get |
Gets the node identifier.