Blockbench Reference Docs
    Preparing search index...

    Interface AnimationOptions

    interface AnimationOptions {
        anim_time_update?: string;
        animators?: any;
        blend_weight?: string;
        length?: number;
        loop?: "once" | "hold" | "loop";
        name?: string;
        override?: boolean;
        path?: string;
        snapping?: number;
        uuid?: string;
    }
    Index

    Properties

    anim_time_update?: string
    animators?: any
    blend_weight?: string
    length?: number
    loop?: "once" | "hold" | "loop"
    name?: string
    override?: boolean
    path?: string
    snapping?: number
    uuid?: string