Class ComputeAnimationCurveVector2
- Namespace
- Stride.Animations
- Assembly
- Stride.Engine.dll
Constant Vector2 value for the IComputeCurve interface
[DataContract("ComputeAnimationCurveVector2")]
[Display("Animation", null, Expand = ExpandRule.Never)]
public class ComputeAnimationCurveVector2 : ComputeAnimationCurve<Vector2>, IComparer<AnimationKeyFrame<Vector2>>, IComparer, IComputeCurve<Vector2>, IComputeCurve
- Inheritance
-
ComputeAnimationCurveVector2
- Implements
- Inherited Members
Methods
Cubic(ref Vector2, ref Vector2, ref Vector2, ref Vector2, float, out Vector2)
public override void Cubic(ref Vector2 value1, ref Vector2 value2, ref Vector2 value3, ref Vector2 value4, float t, out Vector2 result)
Parameters
Linear(ref Vector2, ref Vector2, float, out Vector2)
public override void Linear(ref Vector2 value1, ref Vector2 value2, float t, out Vector2 result)