mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-13 15:26:36 +08:00
Cleanup, extend ParseUtility to dict keys
This commit is contained in:
@ -306,20 +306,10 @@
|
||||
<Compile Include="UI\UIFactory.cs" />
|
||||
<Compile Include="UI\UIManager.cs" />
|
||||
<Compile Include="UI\Panels\PanelDragger.cs" />
|
||||
<Compile Include="UI\Utility\SignatureHighlighter.cs" />
|
||||
<Compile Include="UI\Utility\ToStringUtility.cs" />
|
||||
<Compile Include="Core\Utility\SignatureHighlighter.cs" />
|
||||
<Compile Include="Core\Utility\ToStringUtility.cs" />
|
||||
<Compile Include="UI\Widgets\AutoComplete\AutoCompleter.cs" />
|
||||
<Compile Include="UI\Widgets\AutoComplete\TypeCompleter.cs" />
|
||||
<Compile Include="UI\IValues\OLD_IVALUES\InteractiveBool.cs" />
|
||||
<Compile Include="UI\IValues\OLD_IVALUES\InteractiveColor.cs" />
|
||||
<Compile Include="UI\IValues\OLD_IVALUES\InteractiveDictionary.cs" />
|
||||
<Compile Include="UI\IValues\OLD_IVALUES\InteractiveEnum.cs" />
|
||||
<Compile Include="UI\IValues\OLD_IVALUES\InteractiveEnumerable.cs" />
|
||||
<Compile Include="UI\IValues\OLD_IVALUES\InteractiveFlags.cs" />
|
||||
<Compile Include="UI\IValues\OLD_IVALUES\InteractiveFloatStruct.cs" />
|
||||
<Compile Include="UI\IValues\OLD_IVALUES\InteractiveNumber.cs" />
|
||||
<Compile Include="UI\IValues\OLD_IVALUES\InteractiveString.cs" />
|
||||
<Compile Include="UI\IValues\OLD_IVALUES\InteractiveValue.cs" />
|
||||
<Compile Include="UI\Models\ButtonRef.cs" />
|
||||
<Compile Include="UI\ObjectExplorer\ObjectSearch.cs" />
|
||||
<Compile Include="UI\ObjectExplorer\SceneExplorer.cs" />
|
||||
|
Reference in New Issue
Block a user