GuiEditorExplorerTree.cs 241 B

1234567891011
  1. function GuiEditorExplorerTree::onAdd(%this)
  2. {
  3. %this.addListener(GuiEditor.brain);
  4. %this.addListener(GuiEditor.inspectorWindow);
  5. }
  6. function GuiEditorExplorerTree::onClick(%this, %target)
  7. {
  8. %this.postEvent("Inspect", %target);
  9. }