|
Arbor 3: FSM & BT Graph Editor
3.6.0
|
更新に関する設定。 More...
Public Member Functions | |
| void | ClearTime () |
| 更新時間をクリア More... | |
Public Attributes | |
| UpdateType | type = UpdateType.EveryFrame |
| 更新タイプ。 More... | |
| TimeType | timeType = TimeType.Normal |
| 時間タイプ(SpecifySecondsのみ)。 More... | |
| float | seconds = 0.1f |
| 更新間隔(SpecifySecondsのみ)。 More... | |
Properties | |
| bool | isUpdatableOnUpdate [get] |
| Update()で更新できるかを返す More... | |
更新に関する設定。
| void ClearTime | ( | ) |
更新時間をクリア
| float seconds = 0.1f |
更新間隔(SpecifySecondsのみ)。
| TimeType timeType = TimeType.Normal |
時間タイプ(SpecifySecondsのみ)。
| UpdateType type = UpdateType.EveryFrame |
更新タイプ。
|
get |
Update()で更新できるかを返す