Class Runner<HMRData>

Manages running the game code at a regular refresh rate.

Type Parameters

Hierarchy

  • Runner

Constructors

Properties

_isRunning: boolean = false
_lastTimeStamp: number
_options: RunnerOptions<HMRData>
_rootChip: Chip
_rootChipResolvable: ChipResolvable

The chip at the root of the game

_rootContext: Readonly<Record<string, any>>

Accessors

Methods

Generated using TypeDoc