|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Base class that defines the behavior of TreeBehaviourNode. More...
Public Attributes | |
| bool | expanded = true |
| Expanded on ArborEditorWindow. More... | |
Protected Member Functions | |
| sealed override void | OnInitializeEnabled () |
| Called to perform enabled initialization. More... | |
| virtual void | OnAwake () |
| This function is called when the own node becomes active for the first time. More... | |
| virtual void | OnStart () |
| This function is called when the own node becomes active. More... | |
| virtual void | OnAbort () |
| This function is called when the own node is aborted. More... | |
| virtual void | OnEnd () |
| This function is called when the own node ends. More... | |
Protected Member Functions inherited from NodeBehaviour | |
| virtual void | OnValidate () |
| See MonoBehaviour.OnValidate. More... | |
| virtual void | OnCreated () |
| Raises the created event. 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 | |
| BehaviourTreeInternal | behaviourTree [get] |
| Gets the behaviour tree. More... | |
| TreeNodeBase | treeNode [get] |
| Get the TreeNodeBase. More... | |
Properties inherited from NodeBehaviour | |
| NodeGraph | nodeGraph [get] |
| Gets the NodeGraph. More... | |
| int | nodeID [get] |
| Gets the node identifier. More... | |
| Node | node [get] |
| Get the Node. More... | |
| int | dataSlotFieldCount [get] |
| Number of DataSlotField More... | |
| int | calculatorSlotFieldCount [get] |
| Number of DataSlotField More... | |
Base class that defines the behavior of TreeBehaviourNode.
|
protectedvirtual |
This function is called when the own node is aborted.
|
protectedvirtual |
This function is called when the own node becomes active for the first time.
|
protectedvirtual |
This function is called when the own node ends.
|
protectedvirtual |
Called to perform enabled initialization.
Reimplemented from NodeBehaviour.
|
protectedvirtual |
This function is called when the own node becomes active.
| bool expanded = true |
Expanded on ArborEditorWindow.
|
get |
Gets the behaviour tree.
|
get |
Get the TreeNodeBase.