Toolkit.WithMorphingAnimation

WithMorphingAnimation(this Node, string, ICurveSampler<SparseWeight8>)

public static Node WithMorphingAnimation(this Node node, string animationName, 
    ICurveSampler<SparseWeight8> sampler)

See Also


WithMorphingAnimation<T>(this Node, string, ICurveSampler<T>)

public static Node WithMorphingAnimation<T>(this Node node, string animationName, 
    ICurveSampler<T> sampler)
    where T : IReadOnlyList<float>

See Also