ecspresso
    Preparing search index...

    Interface AudioComponentTypes<Ch>

    Component types provided by the audio plugin.

    interface AudioComponentTypes<Ch extends string = string> {
        audioSource: AudioSource<Ch>;
    }

    Type Parameters

    • Ch extends string = string
    Index

    Properties

    Properties

    audioSource: AudioSource<Ch>