Empeld
Empeld plugin documentation.
|
Helper class to create tweaning tasks that run over time More...
Static Public Member Functions | |
static ITask | Linear (float fromVal, float toVal, double seconds, Action< float > invoke) |
static ITask | Smooth (float fromVal, float toVal, double seconds, Action< float > invoke) |
static ITask | CreateTask (float fromVal, float toVal, TimeSpan length, Action< float > invoke, Func< float, float, float, float > integrator) |
Helper class to create tweaning tasks that run over time
|
static |
|
static |
|
static |