Skip to content

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.

Parameter Type
world World
step StepOptions

void