mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-15 07:56:41 +08:00
various improvements to reflection inspector and C# console
This commit is contained in:
@ -15,6 +15,8 @@ namespace UnityExplorer.Inspectors
|
||||
{
|
||||
public static SceneExplorer Instance;
|
||||
|
||||
internal static Action OnToggleShow;
|
||||
|
||||
public SceneExplorer()
|
||||
{
|
||||
Instance = this;
|
||||
@ -55,6 +57,7 @@ namespace UnityExplorer.Inspectors
|
||||
return m_dontDestroyObject;
|
||||
}
|
||||
}
|
||||
|
||||
internal static GameObject m_dontDestroyObject;
|
||||
|
||||
public void Init()
|
||||
@ -459,6 +462,8 @@ namespace UnityExplorer.Inspectors
|
||||
scrollObj.SetActive(true);
|
||||
Update();
|
||||
}
|
||||
|
||||
OnToggleShow?.Invoke();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user