RoomleConfigurator.Internal.default-26

configurator-core/src/roomle-configurator.internal.default

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

• new default(creator)

Parameters

Name
Type

creator

string

Properties

_creator_

• _creator_: string

Implementation of

Context.creator

Methods

addPlugin

â–¸ addPlugin(plugin): void

Parameters

Name
Type

Returns

void


clearScene

â–¸ clearScene(scene, uiScene): void

Parameters

Name
Type

scene

Scene

uiScene

Scene

Returns

void

Implementation of

ScenePluginHooks.clearScene


getActivePlugins

â–¸ getActivePlugins(): ScenePlugin[]

Returns

ScenePlugin[]


getPlugin

â–¸ getPlugin<T>(type): T

Type parameters

Name
Type

T

extends ScenePlugin

Parameters

Name
Type

type

any

Returns

T


init

â–¸ init(scene, uiScene, cameraPosition): Promise<void>

Parameters

Name
Type

scene

Scene

uiScene

Scene

cameraPosition

Vector3

Returns

Promise<void>


moveCameraEnd

â–¸ moveCameraEnd(position): void

Parameters

Name
Type

position

Vector3

Returns

void

Implementation of

ScenePluginHooks.moveCameraEnd


moveCameraStart

â–¸ moveCameraStart(position): void

Parameters

Name
Type

position

Vector3

Returns

void

Implementation of

ScenePluginHooks.moveCameraStart


needsUiScene

â–¸ needsUiScene(): boolean

Returns

boolean

Implementation of

ScenePluginHooks.needsUiScene


updateBounds

â–¸ updateBounds(bounds): void

Parameters

Name
Type

bounds

Box3

Returns

void

Implementation of

ScenePluginHooks.updateBounds

Last updated