GuiEditorInspector.cs 97 B

1234
  1. function GuiEditorInspector::onPostApply(%this, %obj)
  2. {
  3. %this.postEvent("PostApply", %obj);
  4. }