|
Arbor: State Diagram Editor
2.2.0
|
Class that contains a transition destination State. More...
Public Attributes | |
| string | name |
| Name. More... | |
| int | stateID |
| ID of transition destination State. More... | |
| bool | immediateTransition |
| Normally, a transition to the immediate place to transition LateUpdate time. More... | |
| bool | lineEnable |
| For Editor. More... | |
| Vector2 | lineStart |
| For Editor. More... | |
| Vector2 | lineStartTangent |
| For Editor. More... | |
| Vector2 | lineEnd |
| For Editor. More... | |
| Vector2 | lineEndTangent |
| For Editor. More... | |
| bool | lineColorChanged |
| For Editor. More... | |
| Color | lineColor = new Color( 1.0f,1.0f,1.0f,1.0f ) |
| For Editor. More... | |
Properties | |
| int | transitionCount [get, set] |
Class that contains a transition destination State.
| bool immediateTransition |
Normally, a transition to the immediate place to transition LateUpdate time.
| Color lineColor = new Color( 1.0f,1.0f,1.0f,1.0f ) |
For Editor.
| bool lineColorChanged |
For Editor.
| bool lineEnable |
For Editor.
| Vector2 lineEnd |
For Editor.
| Vector2 lineEndTangent |
For Editor.
| Vector2 lineStart |
For Editor.
| Vector2 lineStartTangent |
For Editor.
| string name |
Name.
The path is displayed if you do not enter.
| int stateID |
ID of transition destination State.
|
getset |