Class GuiElementInsetHelper
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
public static class GuiElementInsetHelper
- Inheritance
-
GuiElementInsetHelper
- Inherited Members
Methods
AddInset(GuiComposer, ElementBounds, int, float)
Adds an inset to the current GUI.
public static GuiComposer AddInset(this GuiComposer composer, ElementBounds bounds, int depth = 4, float brightness = 0.85)
Parameters
composerGuiComposerboundsElementBoundsThe bounds of the inset.
depthintThe depth of the inset.
brightnessfloatThe brightness of the inset.