a3js API Documentation - v0.0.34
    Preparing search index...

    Interface SoundOptions

    interface SoundOptions {
        autoplay: boolean;
        loop: boolean;
        positional: PositionalOptions;
        type: SoundType;
        volume: number;
    }
    Index

    Properties

    autoplay: boolean
    loop: boolean
    positional: PositionalOptions
    type: SoundType
    volume: number