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
composer
GuiComposerbounds
ElementBoundsThe bounds of the inset.
depth
intThe depth of the inset.
brightness
floatThe brightness of the inset.