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