|
Unravel Engine C++ Reference
|
Go to the source code of this file.
Namespaces | |
| namespace | seq |
| Provides a sequence-based action management system for controlling and scheduling actions. | |
| namespace | seq::detail |
Functions | |
| auto | seq::detail::get_global_manager () -> seq_manager & |
| auto | seq::detail::get_manager_stack () -> std::vector< seq_manager * > & |
| auto | seq::detail::get_manager () -> seq_manager & |
| void | seq::detail::push (seq_manager &mgr) |
| void | seq::detail::pop () |