|
Arbor 3: FSM & BT Graph Editor
3.6.0
|
Stateの遷移先を格納するクラス。 More...
Public Member Functions | |
| StateLink () | |
| StateLinkコンストラクタ More... | |
| StateLink (StateLink stateLink) | |
| StateLinkコピーコンストラクタ More... | |
Public Attributes | |
| string | name |
| 名前。入力しなかった場合はパスが表示される。 More... | |
| int | stateID |
| 遷移先StateのID。 More... | |
| TransitionTiming | transitionTiming = TransitionTiming.LateUpdateDontOverwrite |
| 遷移するタイミング More... | |
| Bezier2D | bezier = new Bezier2D() |
| Editor用。 More... | |
| bool | lineColorChanged |
| Editor用。 More... | |
| Color | lineColor = new Color( 1.0f,1.0f,1.0f,1.0f ) |
| Editor用。 More... | |
Properties | |
| bool | immediateTransition [get] |
| 即時遷移するかどうか。 More... | |
| uint | transitionCount [get, set] |
| 遷移回数 More... | |
| bool | isReroute [get, set] |
| リルートかどうか。 More... | |
Stateの遷移先を格納するクラス。
| StateLink | ( | ) |
StateLinkコンストラクタ
| Color lineColor = new Color( 1.0f,1.0f,1.0f,1.0f ) |
Editor用。
| bool lineColorChanged |
Editor用。
| string name |
名前。入力しなかった場合はパスが表示される。
| int stateID |
遷移先StateのID。
| TransitionTiming transitionTiming = TransitionTiming.LateUpdateDontOverwrite |
遷移するタイミング
|
get |
即時遷移するかどうか。
|
getset |
リルートかどうか。
|
getset |
遷移回数