Table of Contents

Class EditorTask

Namespace
Coherence.Editor
Assembly
Coherence.Editor.dll
public class EditorTask : Task
Inheritance
EditorTask

Constructors

EditorTask(string, int, Action)

public EditorTask(string taskID, int msTime, Action action)

Parameters

taskID string
msTime int
action Action

Properties

Completion

public double Completion { get; }

Property Value

double

OnTaskCompleted

public Action<EditorTask> OnTaskCompleted { get; set; }

Property Value

Action<EditorTask>

TaskID

public string TaskID { get; }

Property Value

string

Methods

RepaintAllHubWindows()

Makes sure that all HubModuleWindows paint messages Called through EditorApplication.update because it has to happens on main thread

public void RepaintAllHubWindows()