Illutions Engine API - v0.26.0
    Preparing search index...

    Type Alias BlendMode

    BlendMode: "normal" | "additive"

    Defines how an animation action is blended with other active actions.

    • 'normal': Blends the action's values with other normal actions according to their weights.
    • 'additive': Adds the action's values to the current animation result according to its weight.