private static void ResetEditorAction(Inspectors.IEditor editor) { if (editor != null && editor.CanReset) { editor.Reset(); } }
private static void HandleViewLoadedAction(Inspectors.IEditor editor) { if (editor != null) { editor.HandleViewLoaded(); } }