Struct ImRaii.PlotSubDisposable
A wrapper around ImPlots plot sub.
Assembly: Dalamud.dll
Declaration
public ref struct ImRaii.PlotSubDisposable : IDisposable
Implements:
System.IDisposable
Properties
Alive
Gets a value indicating whether the table is already ended.
Declaration
public readonly bool Alive { get; }
Fields
Success
Whether creating the table succeeded. This needs to be checked before calling any of the member methods.
Declaration
public readonly bool Success
Methods
Dispose()
End the plot sub on leaving scope.
Declaration
public void Dispose()
EndUnsafe()
End a plot sub without using an IDisposable.
Declaration
public static void EndUnsafe()
Implements
System.IDisposable