DegreeAngleAnimator Class
Animator that handles Angle properties.
public class DegreeAngleAnimator : InterpolatingAnimator<Angle>, ICustomAnimator
- Implements:
- ICustomAnimator
Constructors
DegreeAngleAnimator()
Initializes an instance of the class.
public DegreeAngleAnimator()
Methods
Interpolate(double, Angle, Angle)
Interpolates a value that is between two values.
public override Angle Interpolate(double progress, Angle oldValue, Angle newValue)
Parameter | Type | Description |
---|---|---|
progress | double | The progress of the value. |
oldValue | Angle | The old value. |
newValue | Angle | The new value. |
Returns
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()