Skip to main content
Version: 14.x (API 14) [Legacy]

Struct ImRaii.GroupDisposable

A wrapper around ImGui groups.

Assembly: Dalamud.dll
Declaration
public ref struct ImRaii.GroupDisposable : IDisposable

Implements:
System.IDisposable

Properties

Alive

Gets a value indicating whether the group is still open.

Declaration
public readonly bool Alive { get; }

Methods

Dispose()

End the group on leaving scope.

Declaration
public void Dispose()

EndUnsafe()

End a Group without using an IDisposable.

Declaration
public static void EndUnsafe()

Implements

  • System.IDisposable