Hilo3d API - v2.0.0-alpha.8
    Preparing search index...

    Interface AnimationEvent

    Semantic events are emitted only by the transition destination, after pose writeback.

    interface AnimationEvent {
        count: number;
        layer: string;
        motion: string;
        name: string;
        type: "finished" | "marker";
    }
    Index
    count: number

    Number of crossings coalesced into this event when a large delta spans multiple cycles.

    layer: string
    motion: string
    name: string
    type: "finished" | "marker"