1.9.0: Added support for attributes for drawing handles in the scene
This commit is contained in:
parent
81906d49dd
commit
5ce34bde70
48 changed files with 1354 additions and 8 deletions
|
|
@ -10,11 +10,14 @@ namespace Module.Inspector.Editor
|
|||
{
|
||||
public override void OnInspectorGUI()
|
||||
{
|
||||
if (Event.current.type == EventType.Repaint)
|
||||
HandleDrawerEditor.Clear();
|
||||
|
||||
DrawDefaultInspector();
|
||||
DrawHiddenInspector();
|
||||
DrawMethodInspector();
|
||||
}
|
||||
|
||||
|
||||
private void DrawHiddenInspector()
|
||||
{
|
||||
if (!IsValidTarget())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue