Arbor リファレンス
3.1.0
Component リファレンス
Behaviour リファレンス
Calculator リファレンス
BehaviourTree
Composite リファレンス
Action リファレンス
Decorator リファレンス
Classes
CalculatorConditionalLoop
Cooldown
InvertResult
Loop
ParameterCheck
ParameterConditionalLoop
SetResult
TimeLimit
Service リファレンス
Arbor リファレンス
Docs
»
BehaviourTree
»
Decorator リファレンス
»
TimeLimit
TimeLimit
¶
ノードに入ったタイミングから指定時間経過すると失敗を返す。
プロパティ
¶
Abort Flags
中断フラグ。
Self
このノード自体、および配下で動くサブツリーを中止。
Lower Priority
このノードよりも優先度が低いノードをすべて中止。
Time Type
時間の種類。
Normal
timeScaleを考慮した現在フレームの時間を使用。
Unscaled
timeScaleを考慮しない現在フレームの時間を使用。
Realtime
リアルタイムを使用。
Seconds
タイムリミットの秒数