SchedulerLike
Defined in: types.ts:24
The slice of core’s SystemScheduler the InputManager reads to resolve a
query’s execution context: which phase is running, and which fixed step.
Structural so tests can substitute a stub.
Properties
Section titled “Properties”currentPhase
Section titled “currentPhase”
readonlycurrentPhase:Phase|null
Defined in: types.ts:26
Phase whose systems are executing right now, or null outside any phase.
fixedStepIndex
Section titled “fixedStepIndex”
readonlyfixedStepIndex:number
Defined in: types.ts:28
Monotonic count of fixed steps started; identifies the running step during Phase.FixedUpdate.