Arbor 3: FSM & BT Graph Editor  3.7.8
UpdateSettings クラス

更新に関する設定。 [詳解]

公開メンバ関数

void ClearTime ()
 更新時間をクリア [詳解]
 

公開変数類

UpdateType type = UpdateType.EveryFrame
 更新タイプ。 [詳解]
 
TimeType timeType = TimeType.Normal
 時間タイプ(SpecifySecondsのみ)。 [詳解]
 
float seconds = 0.1f
 更新間隔(SpecifySecondsのみ)。 [詳解]
 

プロパティ

bool isUpdatableOnUpdate [get]
 Update()で更新できるかを返す [詳解]
 

詳解

更新に関する設定。

メソッド詳解

◆ ClearTime()

void ClearTime ( )

更新時間をクリア

メンバ詳解

◆ seconds

float seconds = 0.1f

更新間隔(SpecifySecondsのみ)。

◆ timeType

時間タイプ(SpecifySecondsのみ)。

◆ type

更新タイプ。

プロパティ詳解

◆ isUpdatableOnUpdate

bool isUpdatableOnUpdate
get

Update()で更新できるかを返す