Méthode | Description | |
---|---|---|
Interpolate ( double t ) : double |
Implements a interpolation function that progresses an animation. This represents a function f(t) where t = [0...1] such that it is continuous and f(0) == 0 and f(1) == 1. Interpolation can be used to modify the default linear progression.
|
Méthode | Description | |
---|---|---|
TweenInterpolation ( ) : System |
Initializes an instance of TweenInterpolation.
|
|
TweenInterpolation ( bool isLinear ) : System |
Initializes an instance of TweenInterpolation.
|
public abstract Interpolate ( double t ) : double | ||
t | double | The current progress value based on linear interpolation. |
Résultat | double |
protected TweenInterpolation ( bool isLinear ) : System | ||
isLinear | bool | Whether this instance represents the linear interpolation. |
Résultat | System |