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

    Interface QuarksTimelineClip

    interface QuarksTimelineClip {
        duration?: number;
        pause?: () => void;
        play?: () => void;
        setTime?: (time: number) => void;
        stop?: () => void;
        uuid?: string;
    }
    Index

    Properties

    duration?: number
    pause?: () => void
    play?: () => void
    setTime?: (time: number) => void
    stop?: () => void
    uuid?: string