For the complete documentation index, see llms.txt. This page is also available as Markdown.

RoomleConfigurator.Internal.ScenePlugin

Hierarchy

Table of contents

Properties

Methods

Properties

_creator_

_creator_: string

Inherited from

Context.creator

Methods

clearScene

clearScene(scene, uiScene): void

Parameters

Name
Type

scene

Scene

uiScene

Scene

Returns

void

Inherited from

ScenePluginHooks.clearScene


moveCameraEnd

moveCameraEnd(position): void

Parameters

Name
Type

position

Vector3

Returns

void

Inherited from


moveCameraStart

moveCameraStart(position): void

Parameters

Name
Type

position

Vector3

Returns

void

Inherited from


needsUiScene

needsUiScene(): boolean

Returns

boolean

Inherited from


setScene

setScene(scene): void

Parameters

Name
Type

scene

Scene

Returns

void


setUiScene

setUiScene(uiScene): void

Parameters

Name
Type

uiScene

Scene

Returns

void


updateBounds

updateBounds(bounds): void

Parameters

Name
Type

bounds

Box3

Returns

void

Inherited from

Last updated