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

    Interface OrientationUpdateEvent

    Event emitted when a sound's orientation is updated.

    interface OrientationUpdateEvent {
        instanceId: string;
        key: string;
        group: string;
        previousOrientation: Vector3;
        newOrientation: Vector3;
    }
    Index

    Properties

    instanceId: string

    The instance or channel ID of the sound.

    key: string

    Audio key being played.

    group: string

    Audio group the sound belongs to.

    previousOrientation: Vector3

    Previous orientation vector.

    newOrientation: Vector3

    New orientation vector.