Hilo3d API - v2.0.0-alpha.8
    Preparing search index...

    Interface AnimationBlendSample

    A threshold on a scalar parameter, such as character speed in metres per second.

    interface AnimationBlendSample {
        clip: AnimationClip;
        threshold: number;
    }
    Index
    threshold: number