Class DoDragDropJob
Async DoDragDrop helper (used for rendering frames during main thread stall).
Assembly: FlaxEngine.dll
File: Engine/Platform/Base/DragDropHelper.h
Syntax
public class DoDragDropJob : public ThreadPoolTask
Fields
ExitFlag
Declaration
public int64 ExitFlag = 0
Field Value
|
int64
|
Methods
Run()
Runs the task specified operations. It does not handle any task related logic, but only performs the actual job.
Declaration
public virtual bool Run() override
Returns
|
bool
The task execution result. Returns true if failed, otherwise false. |