Class MainThreadTask
General purpose task executed on Main Thread in the beginning of the next frame.
Assembly: FlaxEngine.dll
File: Engine/Threading/MainThreadTask.h
Syntax
public class MainThreadTask : public Task
Fields
InitialDelay
The initial time delay (in seconds) before task execution. Use 0 to skip this feature.
Declaration
public float InitialDelay = 0.0f
Field Value
float
|
Methods
Enqueue()
ToString()
Gets the string representation of this object.
Declaration
public virtual String ToString() const override
Returns
String
|