Strata - v1.4.10
    Preparing search index...

    Interface AudioZoneRef

    Ref interface for AudioZone.

    interface AudioZoneRef {
        getAudio: () => AmbientAudioRef | null;
        isInside: () => boolean;
    }
    Index

    Properties

    Properties

    getAudio: () => AmbientAudioRef | null

    Access the underlying AmbientAudio controller for the zone.

    isInside: () => boolean

    Whether the listener is currently inside the zone boundaries.