Skip to content

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.

readonly currentPhase: Phase | null

Defined in: types.ts:26

Phase whose systems are executing right now, or null outside any phase.


readonly fixedStepIndex: number

Defined in: types.ts:28

Monotonic count of fixed steps started; identifies the running step during Phase.FixedUpdate.