Method | Description | |
---|---|---|
Add ( IAnimatable animatable ) : void |
Adds an object to the juggler.
|
|
AdvanceTime ( float seconds ) : void | ||
Contains ( IAnimatable animatable ) : bool |
Determines if an object has been added to the juggler.
|
|
DelayInvocationOf ( IAnimatable animatable, float time ) : object |
Delays the execution of a certain method. Returns a proxy object on which to call the method instead. Execution will be delayed until 'time' has passed.
|
|
Remove ( IAnimatable animatable ) : void |
Removes an object from the juggler.
|
|
RemoveAll ( ) : void |
Removes all objects at once.
|
public Contains ( IAnimatable animatable ) : bool | ||
animatable | IAnimatable | |
return | bool |
public DelayInvocationOf ( IAnimatable animatable, float time ) : object | ||
animatable | IAnimatable | |
time | float | |
return | object |
public Remove ( IAnimatable animatable ) : void | ||
animatable | IAnimatable | |
return | void |