Table of Contents

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 GuiComposer
bounds ElementBounds

The bounds of the inset.

depth int

The depth of the inset.

brightness float

The brightness of the inset.

Returns

GuiComposer