LuciadCPillar C# 2024.0.08
|
Animations API. More...
Classes | |
class | AnimationManager |
Class that starts, updates and stops IAnimation objects that are assigned to it. More... | |
interface | IAnimation |
An animation that can be added to AnimationManager . More... | |
Animations API.
Provides a simple animation framework. Animations are created by implementing the IAnimation
interface, and played back using AnimationManager
.