@modoki/engine / index / StepOptions
Interface: StepOptions
Time & Determinism
dt?
optionaldt?:number
Seconds per tick (default 1/60).
restore?
optionalrestore?:boolean
Restore the real clock + prior play-state when done (default true). Pass false to chain multiple stepSimulation calls while staying on the manual clock (e.g. dispatch an intent between batches).