mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-16 00:07:52 +08:00
Some progress on inspector rewrites, most of the framework figured out now.
This commit is contained in:
@ -24,6 +24,8 @@ namespace UnityExplorer.UI.Panels
|
||||
public SceneExplorer SceneExplorer;
|
||||
public ObjectSearch ObjectSearch;
|
||||
|
||||
public override bool ShouldSaveActiveState => true;
|
||||
|
||||
public int SelectedTab = -1;
|
||||
private readonly List<UIModel> tabPages = new List<UIModel>();
|
||||
private readonly List<ButtonRef> tabButtons = new List<ButtonRef>();
|
||||
|
Reference in New Issue
Block a user