Property | Type | Description | |
---|---|---|---|
Events_OnLoad | void |
Method | Description | |
---|---|---|
Equation ( double t, double b, double c, double d ) : double |
The equation.
|
|
GetPosition ( ) : System.Vector2 |
The get position.
|
|
GetValue ( ) : float |
The get value.
|
|
Start ( System.Vector2 from, System.Vector2 to ) : void |
The start.
|
|
Start ( float from, float to ) : void |
The start.
|
Method | Description | |
---|---|---|
Transition ( double duration ) : System |
Initializes a new instance of the Transition class.
|
Method | Description | |
---|---|---|
Events_OnLoad ( object sender, |
The events_ on load.
|
public abstract Equation ( double t, double b, double c, double d ) : double | ||
t | double | /// The t. /// |
b | double | /// The b. /// |
c | double | /// The c. /// |
d | double | /// The d. /// |
return | double |
public Start ( System.Vector2 from, System.Vector2 to ) : void | ||
from | System.Vector2 | /// The from. /// |
to | System.Vector2 | /// The to. /// |
return | void |
public Start ( float from, float to ) : void | ||
from | float | /// The from. /// |
to | float | /// The to. /// |
return | void |
protected Transition ( double duration ) : System | ||
duration | double | /// The duration. /// |
return | System |