ecsia-monorepo / three/src / SystemContextLike
Interface: SystemContextLike
Defined in: three/src/schema.ts:64
The slice of the scheduler's SystemContext the sync systems use (the world's own query).
Properties
world
ts
readonly world: WorldLike;Defined in: three/src/schema.ts:65
dt
ts
readonly dt: number;Defined in: three/src/schema.ts:66
query
ts
readonly query: WorldQuery;Defined in: three/src/schema.ts:67