clik-engine API
    Preparing search index...

    Interface BlendEntry2D

    interface BlendEntry2D {
        animKey: string;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    animKey: string

    Animation key

    x: number

    X parameter value at which this animation is fully active

    y: number

    Y parameter value at which this animation is fully active