Class Tween3
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 Tween3 : Tween<Vector3>, IUpdateFrame
Methods
| Improve this Doc View SourceGetDefaultLerpFunc()
Declaration
protected override LerpFunc<Vector3> GetDefaultLerpFunc()
Returns
Type | Description |
---|---|
LerpFunc<OpenToolkit.Mathematics.Vector3> |
Overrides
Aximo.Engine.Tween<OpenToolkit.Mathematics.Vector3>.GetDefaultLerpFunc()