Strata - v1.4.10
    Preparing search index...

    Interface BlendWeights

    Result of blend weight calculations.

    interface BlendWeights {
        hasActiveAnimations: boolean;
        weights: Record<string, number>;
    }
    Index

    Properties

    hasActiveAnimations: boolean

    Whether any animations are active

    weights: Record<string, number>

    Weights keyed by animation name