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

    Interface TrackEnd3DEvent

    Extended track end event for 3D sounds.

    interface TrackEnd3DEvent {
        key: string;
        channelId: string;
        group: string;
        src: string;
        position: Vector3;
        is3D: true;
    }

    Hierarchy (View Summary)

    Index

    Properties

    key: string

    Audio key that finished playing.

    channelId: string

    Channel or instance ID.

    group: string

    Audio group of the track.

    src: string

    Source URL of the track.

    position: Vector3

    Final position in 3D space.

    is3D: true

    Whether this was a 3D positioned sound.