Struct ImRaii.PopupDisposable
A wrapper around ImGui popups.
Assembly: Dalamud.dll
Declaration
public ref struct ImRaii.PopupDisposable : IDisposable
Implements:
System.IDisposable
Properties
Alive
Gets a value indicating whether the popup is already ended.
Declaration
public readonly bool Alive { get; }
Fields
Success
Whether creating the popup succeeded and it is open.
Declaration
public readonly bool Success
Methods
Dispose()
End the popup on leaving scope.
Declaration
public void Dispose()
EndUnsafe()
End a popup without using an IDisposable.
Declaration
public static void EndUnsafe()
Implements
System.IDisposable