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