Class GuiElementGameOverlyHelper
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
public static class GuiElementGameOverlyHelper
- Inheritance
-
GuiElementGameOverlyHelper
- Inherited Members
Methods
AddGameOverlay(GuiComposer, ElementBounds, double[])
Adds an overlay to the current GUI.
public static GuiComposer AddGameOverlay(this GuiComposer composer, ElementBounds bounds, double[] backgroundColor = null)
Parameters
composer
GuiComposerbounds
ElementBoundsThe bounds of the overlay.
backgroundColor
double[]The background color of the overlay.