FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.UI.ProcedureHUD.ProgressHierarchyBar Class Reference

Represents a single bar in the progress hierarchy, indicating the depth, active state, and completion status. More...

Inheritance diagram for FMAR.UI.ProcedureHUD.ProgressHierarchyBar:

Public Member Functions

ProgressHierarchyBar Init (int depth, bool active, bool completed)
 Initializes the progress hierarchy bar with the specified depth, active state, and completion status.
 

Detailed Description

Represents a single bar in the progress hierarchy, indicating the depth, active state, and completion status.

Member Function Documentation

◆ 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
depthThe depth of the bar in the hierarchy.
activeWhether the bar is currently active.
completedWhether the bar is completed.
Returns
The initialized ProgressHierarchyBar instance.

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