Property | Type | Description | |
---|---|---|---|
Instance | |||
Tweens | List |
Method | Description | |
---|---|---|
Create ( string name, TweenFunc func, Action |
||
Create ( string name, TweenFunc func, Action |
||
Get ( string name ) : |
||
TweenController ( ) : System | ||
Update ( |
public Create ( string name, TweenFunc func, Action |
||
name | string | |
func | TweenFunc | |
callback | Action |
|
time | double | |
pingpong | bool | |
loop | bool | |
return |
public Create ( string name, TweenFunc func, Action |
||
name | string | |
func | TweenFunc | |
callback | Action |
|
time | double | |
pingpong | bool | |
loop | bool | |
initialDirection | TweenDirection | |
return |
public Update ( |
||
gameTime | ||
return | void |
public static TweenController,TimersAndTweens Instance | ||
return |