Table of Contents

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

animator StepAnimator<TObject>
An animation function used by . The animation function that is called every while a is active.
step StepAnimator<TObject>.Step
An animation function used by . The animation function that is called every while a is active.
obj TObject
An animation function used by . The animation function that is called every while a is active.
timePercentage float
An animation function used by . The animation function that is called every while a is active.