RunCondition
此内容尚不支持你的语言。
RunCondition = () =>
boolean
Defined in: ecs/system.ts:139
Predicate evaluated per-frame; returning false skips the system for that tick. It is asked once per schedule run, so a set of nine systems gated on one pause flag reads it once and either all nine run or none do.
Returns
Section titled “Returns”boolean