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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
world |
World |
Returns
Section titled “Returns”void