Skip to main content

Interface: SceneWindow

Defined in: scene.ts:23

One window in a scene.

Properties

PropertyTypeDescriptionDefined in
closable?booleanTitle-bar buttons - all off unless enabled (see WindowOptionsBase).scene.ts:40
configstringPath to the UIKitML source, e.g. ./ui/clicker.uikitml.scene.ts:27
dockable?boolean-scene.ts:43
dockMode?DockModeValue-scene.ts:32
followOffset?Vec3-scene.ts:35
followSpeed?number-scene.ts:36
followTolerance?number-scene.ts:37
handMenu?Partial<HandMenuOptions>Hand-menu placement for a hand-locked window.scene.ts:45
idstring-scene.ts:24
maxHeight?number-scene.ts:31
maxWidth?number-scene.ts:30
minimizable?boolean-scene.ts:41
movable?boolean-scene.ts:38
pinnable?boolean-scene.ts:42
position?Vec3World position for world-locked windows.scene.ts:29
region?stringDock straight into this region on spawn.scene.ts:34
titlestring-scene.ts:25