Class GuiDialogCharacterBase
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
public abstract class GuiDialogCharacterBase : GuiDialog, IDisposable
- Inheritance
-
GuiDialogCharacterBase
- Implements
- Inherited Members
- Extension Methods
Constructors
GuiDialogCharacterBase(ICoreClientAPI)
public GuiDialogCharacterBase(ICoreClientAPI capi)
Parameters
capi
ICoreClientAPI
Properties
RenderTabHandlers
public abstract List<Action<GuiComposer>> RenderTabHandlers { get; }
Property Value
Tabs
public abstract List<GuiTab> Tabs { get; }
Property Value
Methods
OnTitleBarClose()
public virtual void OnTitleBarClose()
Events
ComposeExtraGuis
public abstract event Action ComposeExtraGuis
Event Type
TabClicked
public abstract event Action<int> TabClicked