Skip to main content

scenes

import {...} from "@wangyaoshen/locus-core/lib/scenes";

Abstract scene representations and related utilities.

Enumerations

Classes

Interfaces

Type Aliases




Functions

createSceneMetadata

public createSceneMetadata(): ObjectMetaFieldseed: MetaFieldanynumber = ...timeEvents: MetaFieldSerializedTimeEvent[]SerializedTimeEvent[] = ...version: MetaFieldanynumber = ...

Create a runtime representation of the scene metadata.


isInspectable

public isInspectablevalue: any: value is Inspectable

Parameters


isThreadable

public isThreadablevalue: any: value is Threadable

Parameters


sound

public soundaudio: stringSoundBuilder: SoundBuilder

Begin configuring a sound to be played back.

Parameters

  • audio: stringSoundBuilder