Class Tween1
Simple Tween caclulation over time. An Tween is defined by its duration and Tween function.
Implements
Inherited Members
Namespace: Aximo.Engine
Assembly: AxEngine.dll
Syntax
public class Tween1 : Tween<float>, IUpdateFrame
Methods
| Improve this Doc View SourceGetDefaultLerpFunc()
Declaration
protected override LerpFunc<float> GetDefaultLerpFunc()
Returns
Type | Description |
---|---|
LerpFunc<System.Single> |
Overrides
Aximo.Engine.Tween<System.Single>.GetDefaultLerpFunc()