Toolkit.WithRotationAnimation
WithRotationAnimation(this Node, string, ICurveSampler<Quaternion>)
public static Node WithRotationAnimation(this Node node, string animationName,
ICurveSampler<Quaternion> sampler)
See Also
WithRotationAnimation(this Node, string, params (float Key, Quaternion Value)[])
public static Node WithRotationAnimation(this Node node, string animationName,
params (float Key, Quaternion Value)[] keyframes)
See Also
WithRotationAnimation(this Node, string, IReadOnlyDictionary<float, Quaternion>)
public static Node WithRotationAnimation(this Node node, string animationName,
IReadOnlyDictionary<float, Quaternion> keyframes)
See Also