Class MessageQueue
public static class MessageQueue
- Inheritance
-
MessageQueue
Methods
AddToQueue(string, EditorTask, Action)
public static void AddToQueue(string scopeID, EditorTask task, Action action)
Parameters
scopeID
stringtask
EditorTaskaction
Action
HasMessages(string)
public static bool HasMessages(string scopeID)
Parameters
scopeID
string
Returns
ProcessActiveMessages(string)
public static void ProcessActiveMessages(string scopeID)
Parameters
scopeID
string