clik-engine API
    Preparing search index...

    Interface BlendEntry1D

    Blend tree for parameter-driven animation selection.

    1D blend: selects between animations based on a single parameter (e.g., speed: idle→walk→run). 2D blend: selects between animations based on two parameters (e.g., moveX/moveY for 8-directional).

    interface BlendEntry1D {
        animKey: string;
        threshold: number;
    }
    Index

    Properties

    Properties

    animKey: string

    Animation key

    threshold: number

    Parameter value at which this animation is fully active