From f049177e20a276049c61edbad631c1b2bbdd5706 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 15 Oct 2020 19:05:22 +0800 Subject: -advanced inspector +odin --- .../Interface/IInspectorRunning.cs | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 Assets/Plugins/AdvancedInspector/Interface/IInspectorRunning.cs (limited to 'Assets/Plugins/AdvancedInspector/Interface/IInspectorRunning.cs') diff --git a/Assets/Plugins/AdvancedInspector/Interface/IInspectorRunning.cs b/Assets/Plugins/AdvancedInspector/Interface/IInspectorRunning.cs deleted file mode 100644 index c2038537..00000000 --- a/Assets/Plugins/AdvancedInspector/Interface/IInspectorRunning.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace AdvancedInspector -{ - /// - /// When implementing this, gives the object ability to draw the header and footer of the Inspector's space. - /// - public interface IInspectorRunning - { - /// - /// Draw at the top of the inspector, in this order; - /// - This - /// - Class Helpbox - /// - Tabs - /// rest of the fields - /// - void OnHeaderGUI(); - - /// - /// Draw at the bottom of the inspector, in this order; - /// - Helpbox - /// - This - /// - void OnFooterGUI(); - } -} \ No newline at end of file -- cgit v1.1-26-g67d0