Method HideComponentThisFrame
HideComponentThisFrame(HudComponent)
Hides the specified HudComponent this frame.
Declaration
public static void HideComponentThisFrame(HudComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| HudComponent | component | The HudComponent to hide. |