Delegate StepAnimator<TObject>.AnimationFunction
- Namespace
- MLEM.Animations
- Assembly
- MLEM.dll
An animation function used by StepAnimator<TObject>.Step. The animation function that is called every Update(TObject, TimeSpan) while a StepAnimator<TObject>.Step is active.
public delegate void StepAnimator<TObject>.AnimationFunction(StepAnimator<TObject> animator, StepAnimator<TObject>.Step step, TObject obj, float timePercentage)
Parameters
animatorStepAnimator<TObject>- An animation function used by . The animation function that is called every while a is active.
stepStepAnimator<TObject>.Step- An animation function used by . The animation function that is called every while a is active.
objTObject- An animation function used by . The animation function that is called every while a is active.
timePercentagefloat- An animation function used by . The animation function that is called every while a is active.