Arbor 3: FSM & BT Graph Editor
3.7.8
|
Base class for scripts to be assigned to various nodes of ArborFSM. More...
Public Member Functions | |
void | RebuildFields () |
For internal. More... | |
DataSlotField | GetDataSlotField (int index) |
Get DataSlotField. More... | |
DataSlotField | GetCalculatorSlotField (int index) |
Get DataSlotField. More... | |
DataSlotField | GetDataSlotField (DataSlot slot, bool rebuild=false) |
Get DataSlotField. More... | |
DataSlotField | GetCalculatorSlotField (DataSlot slot) |
Get DataSlotField. More... | |
void | RebuildDataSlotFields () |
Rebuild the DataSlotField. More... | |
void | RebuildCalculatorSlotFields () |
Rebuild the DataSlotField. More... | |
void | Initialize (NodeGraph nodeGraph, int nodeID) |
For Editor. More... | |
void | UpdateDataLink () |
Manually update DataLink values. 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 | dataSlotFieldCount [get] |
Number of DataSlotField More... | |
int | calculatorSlotFieldCount [get] |
Number of DataSlotField 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 |
DataSlotField GetCalculatorSlotField | ( | DataSlot | slot | ) |
DataSlotField GetCalculatorSlotField | ( | int | index | ) |
DataSlotField GetDataSlotField | ( | DataSlot | slot, |
bool | rebuild = false |
||
) |
DataSlotField GetDataSlotField | ( | int | index | ) |
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 DataSlotField.
It is necessary to call it when changing the number of fields of DataSlot at runtime.
void RebuildDataSlotFields | ( | ) |
Rebuild the DataSlotField.
It is necessary to call it when changing the number of fields of DataSlot at runtime.
void RebuildFields | ( | ) |
For internal.
void UpdateDataLink | ( | ) |
Manually update DataLink values.
Update the value of DataLink field of DataLinkUpdateTiming.Manual.
|
get |
Number of DataSlotField
|
get |
Number of DataSlotField
|
get |
Gets the node identifier.