babylon.quarks - v0.19.0
    Preparing search index...

    Interface AnimationData

    interface AnimationData {
        clip?: QuarksTimelineClip;
        clipUUID?: string;
        duration: number;
        loop: boolean;
        startTime: number;
        target: TransformNode;
        type: "three" | "ps";
    }

    Hierarchy (View Summary)

    Index

    Properties

    clipUUID?: string
    duration: number

    Duration in seconds

    loop: boolean
    startTime: number

    Start time in seconds

    target: TransformNode

    Target object

    type: "three" | "ps"