Ejemplo n.º 1
0
 public RuntimePanel(ScriptableObject ownerObject, EventDispatcher dispatcher = null)
     : base(ownerObject, ContextType.Player, dispatcher)
 {
 }
Ejemplo n.º 2
0
 internal static void ClearEditorDispatcher()
 {
     s_EditorEventDispatcher = null;
 }