|
Arbor: State Diagram Editor
2.2.0
|
Class that defines the behavior of the State. More...
Public Member Functions | |
| virtual bool | OnCheckDirty () |
| It is called when judging whether it has been changed. More... | |
| void | SetDirty () |
| Call if you want call OnCalculate. More... | |
| void | Calculate () |
| It is calculated, if necessary. More... | |
| virtual void | OnCalculate () |
| It called when it is calculated . More... | |
Protected Member Functions | |
| virtual void | Awake () |
| virtual void | OnDestroy () |
| virtual void | OnValidate () |
Properties | |
| ArborFSMInternal | stateMachine [get] |
| Gets the state machine. More... | |
| CalculatorNode | calculatorNode [get] |
| Get the State. More... | |
| int | calculatorID [get] |
| Gets the state identifier. More... | |
| bool | isDirty [get] |
Class that defines the behavior of the State.
Inherited and to use.
|
protectedvirtual |
| void Calculate | ( | ) |
It is calculated, if necessary.
|
virtual |
It called when it is calculated .
|
virtual |
It is called when judging whether it has been changed.
|
protectedvirtual |
|
protectedvirtual |
| void SetDirty | ( | ) |
Call if you want call OnCalculate.
|
get |
Gets the state identifier.
|
get |
Get the State.
|
get |
|
get |
Gets the state machine.