Arbor 3: FSM & BT Graph Editor  3.5.1
StateLink Class Reference

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
 For Editor. More...
 
Color lineColor = new Color( 1.0f,1.0f,1.0f,1.0f )
 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...
 

Detailed Description

Class that contains a transition destination State.

Constructor & Destructor Documentation

StateLink ( )

StateLink constructor

StateLink ( StateLink  stateLink)

StateLink copy constructor.

Parameters
stateLinkCopy source StateLink

Member Data Documentation

Bezier2D bezier = new Bezier2D()

For Editor.

Color lineColor = new Color( 1.0f,1.0f,1.0f,1.0f )

For Editor.

bool lineColorChanged

For Editor.

string name

Name.

The path is displayed if you do not enter.

int stateID

ID of transition destination State.

Transition timing.

Property Documentation

bool immediateTransition
get

Whether to immediately transition.

bool isReroute
getset

Whether reroute.

uint transitionCount
getset

Transition count.