alec-jackson / alec-jackson/studious-engine
Implement a "Pause All" Method to AnimationController's Track Interface
Ouverte
enhancement
- Langage dominant
- C
- Étoiles
- 6
- Forks
- 1
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
# Details
Implement a "Pause All" method to AnimationController that will pause all active animation tracks. This shouldn't remove entries from the `activeTracks_` map. It should iterate through all entries in the map and change the state of each active track to false. See AnimationController::update() for an example (the track update loop is towards the bottom).
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.