Contains additional options for a playSound occurrence.
export interface WorldSoundOptions { pitch?: number; volume?: number;} Copy
export interface WorldSoundOptions { pitch?: number; volume?: number;}
Optional
Pitch of the sound played.
Relative volume and space by which this sound is heard.
Contains additional options for a playSound occurrence.
Source