Interface FadeInAudioSourceVolumeOptions

interface FadeInAudioSourceVolumeOptions {
    duration: number;
}

Properties

Properties

duration: number