interface AudioClip {
    activeClips: { [soundId: number]: ActiveClip };
    config: { ephemeral: boolean; preload: boolean };
}

Properties

Properties

activeClips: { [soundId: number]: ActiveClip }
config: { ephemeral: boolean; preload: boolean }