Toolkit.WithTranslationAnimation

WithTranslationAnimation(this Node, string, ICurveSampler<Vector3>)

public static Node WithTranslationAnimation(this Node node, string animationName, 
    ICurveSampler<Vector3> sampler)

See Also


WithTranslationAnimation(this Node, string, params (float Key, Vector3 Value)[])

public static Node WithTranslationAnimation(this Node node, string animationName, 
    params (float Key, Vector3 Value)[] keyframes)

See Also


WithTranslationAnimation(this Node, string, IReadOnlyDictionary<float, Vector3>)

public static Node WithTranslationAnimation(this Node node, string animationName, 
    IReadOnlyDictionary<float, Vector3> keyframes)

See Also