Blockbench Reference Docs
    Preparing search index...

    Interface AnimationControllerStateOptions

    interface AnimationControllerStateOptions {
        animations?: StateAnimationInput[];
        blend_transition?: number;
        blend_via_shortest_path?: boolean;
        name?: string;
        on_entry?: string;
        on_exit?: string;
        particles?: any[];
        sounds?: any[];
        transitions?: any[];
    }
    Index

    Properties

    animations?: StateAnimationInput[]
    blend_transition?: number
    blend_via_shortest_path?: boolean
    name?: string

    Optionalon_entry

    on_entry?: string
    on_exit?: string
    particles?: any[]
    sounds?: any[]
    transitions?: any[]