Interface: SceneTarget
Defined in: scene.ts:74
What an adapter must provide for applyScene to build a scene. Both shipped adapters implement this; a new adapter only needs these two methods to gain full scene portability.
Methods
spawnRegion()
spawnRegion(region: SceneRegion): void;
Defined in: scene.ts:75
Parameters
| Parameter | Type |
|---|---|
region | SceneRegion |
Returns
void
spawnWindow()
spawnWindow(window: SceneWindow): void;
Defined in: scene.ts:76
Parameters
| Parameter | Type |
|---|---|
window | SceneWindow |
Returns
void