StepOptions
Defined in: packages/engine/src/gameplay/step.ts:40
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
deltaSeconds |
number |
The step’s length, which every caller passes as fixedStepSeconds. |
input? |
StepInput |
What the heroes under the client’s authority read. Left out where the caller steers none, as a room’s server does: each hero keeps what she was last sent. |