Toolkit.WithScaleAnimation

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

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

See Also


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

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

See Also


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

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

See Also