Empeld
Empeld plugin documentation.
pluginbase.Objects.Tasks.Tween Member List

This is the complete list of members for pluginbase.Objects.Tasks.Tween, including all inherited members.

CreateTask(float fromVal, float toVal, TimeSpan length, Action< float > invoke, Func< float, float, float, float > integrator)pluginbase.Objects.Tasks.Tweenstatic
Linear(float fromVal, float toVal, double seconds, Action< float > invoke)pluginbase.Objects.Tasks.Tweenstatic
Smooth(float fromVal, float toVal, double seconds, Action< float > invoke)pluginbase.Objects.Tasks.Tweenstatic