Arbor 3: FSM & BT Graph Editor
3.7.8
|
Class that contains a transition destination State. More...
Public Member Functions | |
StateLink () | |
StateLink constructor More... | |
StateLink (StateLink stateLink) | |
StateLink copy constructor. More... | |
Public Attributes | |
string | name |
Name. More... | |
int | stateID |
ID of transition destination State. More... | |
TransitionTiming | transitionTiming = TransitionTiming.LateUpdateDontOverwrite |
Transition timing. More... | |
Bezier2D | bezier = new Bezier2D() |
For Editor. More... | |
bool | lineColorChanged = false |
For Editor. More... | |
Color | lineColor = Color.white |
For Editor. More... | |
Properties | |
bool | immediateTransition [get] |
Whether to immediately transition. More... | |
uint | transitionCount [get, set] |
Transition count. More... | |
bool | isReroute [get, set] |
Whether reroute. More... | |
Class that contains a transition destination State.
Color lineColor = Color.white |
For Editor.
bool lineColorChanged = false |
For Editor.
string name |
Name.
The path is displayed if you do not enter.
int stateID |
ID of transition destination State.
TransitionTiming transitionTiming = TransitionTiming.LateUpdateDontOverwrite |
Transition timing.
|
get |
Whether to immediately transition.
|
getset |
Whether reroute.
|
getset |
Transition count.