Configurator.Internal.UiCallback

configurator-core/src/configurator.internal.UiCallback

Hierarchy

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new UiCallback(creator)

Parameters

Name
Type

creator

string

Properties

_creator_

_creator_: string

Implementation of

Context.creator

Methods

cameraStartsMoving

cameraStartsMoving(): void

Returns

void


get

get(target, prop): string | (target: UiCallback, prop: keyof UiCallback) => string | (target: UiCallback, prop: keyof UiCallback) => string | ... | (() => void) | (() => void) | (() => void) | (() => void) | () => void | () => void | () => void | () => void | () => void | () => void | () => void | () => void

Parameters

Name
Type

target

prop

Returns

string | (target: UiCallback, prop: keyof UiCallback) => string | (target: UiCallback, prop: keyof UiCallback) => string | ... | (() => void) | (() => void) | (() => void) | (() => void) | () => void | () => void | () => void | () => void | () => void | () => void | () => void | () => void


mute

mute(): void

Returns

void


onReadyForRender

onReadyForRender(): void

Deprecated

has been moved to global callbacks is called the scene is ready for rendering it as an image

Returns

void


unmute

unmute(): void

Returns

void

Last updated