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