Documentation
    Preparing search index...

    Interface AudioMixerObject

    interface AudioMixerObject {
        mute: boolean;
        volume: number;
    }
    Index

    Properties

    Properties

    mute: boolean

    [ bool ]

    volume: number
    • [ float, min: -1, max: 0.2 ]