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