System
System = (
world,step) =>void
Defined in: packages/engine/src/gameplay/step.ts:52
One block of the step. It reads the step’s length and input, and writes the world.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
world |
World |
step |
StepOptions |
Returns
Section titled “Returns”void