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