메소드 | 설명 | |
---|---|---|
Create ( float start, float end, Action |
Creates a new Interpolator.
|
|
Create ( float start, float end, float length, Action |
Creates a new Interpolator.
|
|
GetInstance ( ) : |
||
Update ( double elapsed ) : void |
Updates all active Interpolators in the collection.
|
메소드 | 설명 | |
---|---|---|
InterpolatorCollection ( ) : System |
public Create ( float start, float end, Action |
||
start | float | The starting value. |
end | float | The ending value. |
step | Action |
An optional callback to invoke when the Interpolator is updated. |
completed | Action |
An optional callback to invoke when the Interpolator completes. |
리턴 |
public Create ( float start, float end, float length, Action |
||
start | float | The starting value. |
end | float | The ending value. |
length | float | The length of time, in seconds, to perform the interpolation. |
step | Action |
An optional callback to invoke when the Interpolator is updated. |
completed | Action |
An optional callback to invoke when the Interpolator completes. |
리턴 |
public static GetInstance ( ) : |
||
리턴 |