|
Arbor: State Diagram Editor
2.2.0
|
Stateの遷移先を格納するクラス。 More...
Public Attributes | |
| string | name |
| 名前。入力しなかった場合はパスが表示される。 More... | |
| int | stateID |
| 遷移先StateのID。 More... | |
| bool | immediateTransition |
| 通常、LateUpdate時に遷移するところを即時に遷移する。 More... | |
| bool | lineEnable |
| Editor用。 More... | |
| Vector2 | lineStart |
| Editor用。 More... | |
| Vector2 | lineStartTangent |
| Editor用。 More... | |
| Vector2 | lineEnd |
| Editor用。 More... | |
| Vector2 | lineEndTangent |
| Editor用。 More... | |
| bool | lineColorChanged |
| Editor用。 More... | |
| Color | lineColor = new Color( 1.0f,1.0f,1.0f,1.0f ) |
| Editor用。 More... | |
Properties | |
| int | transitionCount [get, set] |
Stateの遷移先を格納するクラス。
| bool immediateTransition |
通常、LateUpdate時に遷移するところを即時に遷移する。
| Color lineColor = new Color( 1.0f,1.0f,1.0f,1.0f ) |
Editor用。
| bool lineColorChanged |
Editor用。
| bool lineEnable |
Editor用。
| Vector2 lineEnd |
Editor用。
| Vector2 lineEndTangent |
Editor用。
| Vector2 lineStart |
Editor用。
| Vector2 lineStartTangent |
Editor用。
| string name |
名前。入力しなかった場合はパスが表示される。
| int stateID |
遷移先StateのID。
|
getset |