Audio Loom - v0.3.0
    Preparing search index...

    Interface Play2DPannedOptions

    Options for 2D panned audio playback.

    interface Play2DPannedOptions {
        volume?: number;
        pan?: number;
    }
    Index

    Properties

    Properties

    volume?: number

    Volume multiplier for this specific sound (0-1).

    1
    
    pan?: number

    Stereo pan position (-1 = full left, 0 = center, 1 = full right).

    0