Namespace thor::Playback. More...
Go to the source code of this file.
Namespaces | |
| thor::Playback | |
| Namespace for animation playback schemes.  | |
Functions | |
| template<typename Id > | |
| ImplementationDefined | thor::Playback::repeat (Id id, std::size_t times) | 
| Repeat animation a finite number of times.  More... | |
| template<typename Id > | |
| ImplementationDefined | thor::Playback::loop (Id id) | 
| Repeat animation an infinite number of times.  More... | |
| ImplementationDefined | thor::Playback::notify (std::function< void()> callback) | 
| Register a callback function in the queue.  More... | |
Namespace thor::Playback.