Class EditorListener
EditorListener class.
Inherited Members
Namespace: Unity.Services.Ugc.Bridge
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public static class EditorListener
Methods
QueueAction(Action)
Queue an action to be executed once on the next update.
Declaration
public static void QueueAction(Action action)
Parameters
Type | Name | Description |
---|---|---|
Action | action | The action to be executed. |
Events
OnReset
Action event fired by the EditorListener on system reload (domain reload, playmode changed, build completed, etc...).
Declaration
public static event Action OnReset
Event Type
Type | Description |
---|---|
Action |
OnUpdate
Action event fired by the EditorListener on editor update.
Declaration
public static event Action OnUpdate
Event Type
Type | Description |
---|---|
Action |