interface
IAnimation
A common interface to implement for simple animation structs which just need a call to Update(Single).
Methods
Update | Called once per frame while the animation is running and provides a |
Extension Methods
Loop | Queue an animation to loop |
Run | Queue an animation to run for |