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