Unravel Engine C++ Reference
|
Stores information about an action, including its state, depth, and associated scopes. More...
#include <seq_manager.h>
Public Attributes | |
seq_action | action |
The action being managed. | |
uint32_t | depth = 0 |
The depth of the action in a sequence hierarchy. | |
std::vector< std::string > | scopes |
The scopes associated with the action. | |
Stores information about an action, including its state, depth, and associated scopes.
Definition at line 23 of file seq_manager.h.
seq_action seq::seq_manager::seq_info::action |
The action being managed.
Definition at line 28 of file seq_manager.h.
uint32_t seq::seq_manager::seq_info::depth = 0 |
The depth of the action in a sequence hierarchy.
Definition at line 33 of file seq_manager.h.
std::vector<std::string> seq::seq_manager::seq_info::scopes |
The scopes associated with the action.
Definition at line 38 of file seq_manager.h.