Class WindowHost
Base class you can use to implement an ImGui window for use with the built-in Dalamud.Interface.Windowing.WindowSystem.
Assembly: Dalamud.dll
Declaration
public class WindowHost
Properties
Window
Gets or sets the backing window provided by the plugin.
Declaration
public IWindow Window { get; set; }