Class EditorListener
Inheritance
EditorListener
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public static class EditorListener
Methods
QueueAction(Action)
Declaration
public static void QueueAction(Action action)
Parameters
Type |
Name |
Description |
Action |
action |
|
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
OnUpdate
Action event fired by the EditorListener on editor update.
Declaration
public static event Action OnUpdate
Event Type