Method IsComponentActive
IsComponentActive(HudComponent)
Determines whether a given HudComponent is active.
Declaration
public static bool IsComponentActive(HudComponent component)
Parameters
Type | Name | Description |
---|---|---|
HudComponent | component | The HudComponent to check |
Returns
Type | Description |
---|---|
System.Boolean |
|