Skip to main content

SoundRef

@3dverse/livelink v0.8.10


@3dverse/livelink / Components / SoundRef

Type Alias: SoundRef

SoundRef: object

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:870

Reference to a sound.

Type declaration

value

value: AssetRef<Sound>

UUID of the referenced sound.

volume

volume: Float

Volume from 0.0f to 1.0f.

Default Value

1;

pan

pan: Float

Pan. -1.0f is left, 1.0f is right.

Default Value

0;

playSpeed

playSpeed: Float

The speed at which the sound will play. 1.0f is normal.

Default Value

1;

looping

looping: boolean

Whether or not the sound loops.

Default Value

false;