Unravel Engine C++ Reference
Loading...
Searching...
No Matches
seq::seq_manager::seq_info Struct 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.
 

Detailed Description

Stores information about an action, including its state, depth, and associated scopes.

Definition at line 23 of file seq_manager.h.

Member Data Documentation

◆ action

seq_action seq::seq_manager::seq_info::action

The action being managed.

Definition at line 28 of file seq_manager.h.

◆ depth

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.

◆ scopes

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.


The documentation for this struct was generated from the following file: