Class Tween<TValue>
Simple Tween caclulation over time.
An Tween is defined by its duration and Tween function.
Inheritance
System.Object
Tween<TValue>
Assembly: AxEngine.dll
Syntax
public class Tween<TValue> : Tween, IUpdateFrame
Type Parameters
Constructors
|
Improve this Doc
View Source
Tween()
Declaration
Fields
|
Improve this Doc
View Source
EndValue
Declaration
Field Value
|
Improve this Doc
View Source
LerpFunc
Declaration
public LerpFunc<TValue> LerpFunc
Field Value
|
Improve this Doc
View Source
StartValue
Declaration
Field Value
Properties
|
Improve this Doc
View Source
ScaledPosition
Declaration
public float ScaledPosition { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Value
Declaration
public TValue Value { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetDefaultLerpFunc()
Declaration
protected virtual LerpFunc<TValue> GetDefaultLerpFunc()
Returns
Implements