![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
Interface for scene items driven by GameScene's shared animation timer. More...
Go to the source code of this file.
Classes | |
| class | IAnimatedItem |
Interface for scene items driven by GameScene's shared animation timer.
Items that want per-tick animation while a single QBasicTimer runs (instead of owning their own QTimer) implement this interface and register with the scene via GameScene::registerAnimationItem.