Represents a single bar in the progress hierarchy, indicating the depth, active state, and completion status.
More...
|
| ProgressHierarchyBar | Init (int depth, bool active, bool completed) |
| | Initializes the progress hierarchy bar with the specified depth, active state, and completion status.
|
| |
Represents a single bar in the progress hierarchy, indicating the depth, active state, and completion status.
◆ Init()
| ProgressHierarchyBar FMAR.UI.ProcedureHUD.ProgressHierarchyBar.Init |
( |
int | depth, |
|
|
bool | active, |
|
|
bool | completed ) |
|
inline |
Initializes the progress hierarchy bar with the specified depth, active state, and completion status.
- Parameters
-
| depth | The depth of the bar in the hierarchy. |
| active | Whether the bar is currently active. |
| completed | Whether the bar is completed. |
- Returns
- The initialized ProgressHierarchyBar instance.
The documentation for this class was generated from the following file: