Skip to content

HeadlessScene

HeadlessScene = (world) => void

Defined in: packages/engine/src/gameplay/harness.ts:63

Spawns a scene’s entities into a world: the headless side of a Scene, which fills the same tables the components do.

Parameter Type
world World

void