@pietal.dev/engine
    Preparing search index...

    Interface AnimatorData

    interface AnimatorData {
        anchor?: Vector;
        animations: Record<string, number[]>;
        animationSpeed?: number;
        cols: number;
        rows: number;
    }
    Index

    Properties

    anchor?: Vector
    animations: Record<string, number[]>
    animationSpeed?: number
    cols: number
    rows: number