Configurator.Internal.UiCallback
configurator-core/src/configurator.internal.UiCallback
Hierarchy
Implements
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new UiCallback(creator)
Parameters
creator
string
Properties
_creator_
• _creator_: string
Implementation of
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
target
prop
keyof UiCallback
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