TimeLimit

When a specified time elapses from the timing of entering the node, it returns failure.

TimeLimit

Properties

Property Name Description
Abort Flags Abort Flags.
Self
Abort self, and any sub-trees running under this node.
Lower Priority
Abort any nodes with lower priority than this node.
Logical Condition Logical operation method of condition check result
Field NameDescription
Logical OperationLogical operation
And
AND
Or
OR
Not OpNOT operation flag
Time Type Type of time.
Normal
Use time of current frame considering timeScale.
Unscaled
Use time of current frame without considering timeScale.
Realtime
Use realtime.
Fixed Time
Use the latest FixedUpdate start time considering the timeScale.
Fixed Unscaled Time
Use the latest FixedUpdate start time without considering timeScale.
Seconds Time limit in seconds