IAnimationCurve<T>
Interface in Zigurous.Animation
Declaration
public interface IAnimationCurve<T>Description
A type that can be represented with animation curves.
Type Parameters
| T | The type evaluated by the animation curve. |
Methods
| Evaluate | Evaluate the curve at the specified time. |
| AddKey | Adds a new key to the curve. |
| RemoveKey | Removes a key. |