Class Window
Base class you can use to implement an ImGui window for use with the built-in Dalamud.Interface.Windowing.WindowSystem.
Assembly: Dalamud.dll
View Source
Declaration
public abstract class Window
Properties
Namespace
Gets or sets the namespace of the window.
View Source
Declaration
public string? Namespace { get; set; }
WindowName
Gets or sets the name of the window. If you have multiple windows with the same name, you will need to append an unique ID to it by specifying it after "###" behind the window title.