Arbor 3: FSM & BT Graph Editor
3.7.8
|
更新に関する設定。 [詳解]
公開メンバ関数 | |
void | ClearTime () |
更新時間をクリア [詳解] | |
公開変数類 | |
UpdateType | type = UpdateType.EveryFrame |
更新タイプ。 [詳解] | |
TimeType | timeType = TimeType.Normal |
時間タイプ(SpecifySecondsのみ)。 [詳解] | |
float | seconds = 0.1f |
更新間隔(SpecifySecondsのみ)。 [詳解] | |
プロパティ | |
bool | isUpdatableOnUpdate [get] |
Update()で更新できるかを返す [詳解] | |
更新に関する設定。
void ClearTime | ( | ) |
更新時間をクリア
float seconds = 0.1f |
更新間隔(SpecifySecondsのみ)。
TimeType timeType = TimeType.Normal |
時間タイプ(SpecifySecondsのみ)。
UpdateType type = UpdateType.EveryFrame |
更新タイプ。
|
get |
Update()で更新できるかを返す