|
Toolbox 0.0.1
Ritchie's accessible game engine'
|
This is the complete list of members for Animation< TValue >, including all inherited members.
| Animation(CurveFunction curve, float duration, InterpolationFunction< TValue > interpolator, TValue from, TValue to, Action< TValue > callback) | Animation< TValue > | inlineprotected |
| Ritchie::Toolbox::Animation::Animation.Animation(CurveFunction curve, float duration) | Animation | inlineprotected |
| Cancel() | Animation | inline |
| IsActive | Animation | |
| IsCancelled | Animation | |
| IsCompleted | Animation | |
| NextAnimations | Animation | |
| OnUpdate(float transitionPercentage) | Animation< TValue > | inlineprotected |
| Start() | Animation | inline |
| Then(IAnimation nextAnimation) | Animation | inline |
| Update(float time) | Animation | inline |
| WhileActive(IAnimationUpdateAction updateAction) | Animation | inline |