Class Tween2
Simple Tween caclulation over time.
An Tween is defined by its duration and Tween function.
Inheritance
System.Object
Tween<
OpenToolkit.Mathematics.Vector2>
Tween2
Assembly: AxEngine.dll
Syntax
public class Tween2 : Tween<Vector2>, IUpdateFrame
Methods
|
Improve this Doc
View Source
Circle()
Declaration
public static LerpFunc<Vector2> Circle()
Returns
Type |
Description |
LerpFunc<OpenToolkit.Mathematics.Vector2> |
|
|
Improve this Doc
View Source
Circle(Single)
Declaration
public static LerpFunc<Vector2> Circle(float scale)
Parameters
Type |
Name |
Description |
System.Single |
scale |
|
Returns
Type |
Description |
LerpFunc<OpenToolkit.Mathematics.Vector2> |
|
|
Improve this Doc
View Source
GetDefaultLerpFunc()
Declaration
protected override LerpFunc<Vector2> GetDefaultLerpFunc()
Returns
Type |
Description |
LerpFunc<OpenToolkit.Mathematics.Vector2> |
|
Overrides
Aximo.Engine.Tween<OpenToolkit.Mathematics.Vector2>.GetDefaultLerpFunc()
Implements