alec-jackson / alec-jackson/studious-engine
Implement a "Pause All" Method to AnimationController's Track Interface
Offen
enhancement
- Vorherrschende Sprache
- C
- Sterne
- 6
- Forks
- 1
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
# 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).
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.