|
FuncDoodle
|
Defines AnimationPlayer, responsible for animation playback control. More...
Go to the source code of this file.
Classes | |
| class | FuncDoodle::AnimationPlayer |
| Responsible for playing a users' animation. More... | |
Namespaces | |
| namespace | FuncDoodle |
| The FuncDoodle C++ namespace. | |
Defines AnimationPlayer, responsible for animation playback control.
This file contains the AnimationPlayer class, which manages playback of a ProjectFile animation over time.
Responsibilities include:
The player operates directly on a ProjectFile instance and maintains internal timing state used for frame progression.