WidgetGuiSlot

Description

enum Tinman.Engine.Widgets.WidgetGuiSlot

Enumeration of user interface slots that a IWidgetGui provides.

Public / Constants

Controls

public constant Controls → (0:int32)

User interface components that are intended to be used for controlling the widget.

The proposed intend of this slot is just a hint, it does not impose any restrictions on how the slot may be populated with user interface components.

Editors

public constant Editors → (1:int32)

User interface components that are intended to edit content that is displayed in the widget.

The proposed intend of this slot is just a hint, it does not impose any restrictions on how the slot may be populated with user interface components.