mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-10 14:03:30 +08:00
Adding back rest of the menu, ported most of Reflection Inspector for new UI
This commit is contained in:
@ -219,6 +219,17 @@
|
||||
<Compile Include="Core\Config\InternalConfigHandler.cs" />
|
||||
<Compile Include="Core\CSharp\ScriptEvaluator.cs" />
|
||||
<Compile Include="Core\CSharp\ScriptInteraction.cs" />
|
||||
<Compile Include="UI\Inspectors\GameObjects\ChildList.cs" />
|
||||
<Compile Include="UI\Inspectors\GameObjects\ComponentList.cs" />
|
||||
<Compile Include="UI\Inspectors\GameObjects\GameObjectControls.cs" />
|
||||
<Compile Include="UI\Inspectors\GameObjects\GameObjectInspector.cs" />
|
||||
<Compile Include="UI\Inspectors\InspectorBase.cs" />
|
||||
<Compile Include="UI\Inspectors\InspectorManager.cs" />
|
||||
<Compile Include="UI\Inspectors\InspectUnderMouse.cs" />
|
||||
<Compile Include="UI\Inspectors\Reflection\CacheMemberList.cs" />
|
||||
<Compile Include="UI\Inspectors\Reflection\InstanceInspector.cs" />
|
||||
<Compile Include="UI\Inspectors\Reflection\ReflectionInspector.cs" />
|
||||
<Compile Include="UI\Inspectors\Reflection\StaticInspector.cs" />
|
||||
<Compile Include="UI\Widgets\AutoComplete\ISuggestionProvider.cs" />
|
||||
<Compile Include="UI\Widgets\AutoComplete\Suggestion.cs" />
|
||||
<Compile Include="Core\Config\ConfigElement.cs" />
|
||||
@ -262,11 +273,10 @@
|
||||
<Compile Include="Loader\STANDALONE\ExplorerStandalone.cs" />
|
||||
<Compile Include="Loader\STANDALONE\StandaloneConfigHandler.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="UI\InspectorManager.cs" />
|
||||
<Compile Include="UI\Models\UIBehaviourModel.cs" />
|
||||
<Compile Include="UI\Models\UIModel.cs" />
|
||||
<Compile Include="UI\Models\UIPanel.cs" />
|
||||
<Compile Include="UI\Panels\InspectorTest.cs" />
|
||||
<Compile Include="UI\Panels\InspectorPanel.cs" />
|
||||
<Compile Include="UI\Panels\ObjectExplorer.cs" />
|
||||
<Compile Include="UI\UIFactory.cs" />
|
||||
<Compile Include="UI\UIManager.cs" />
|
||||
@ -275,6 +285,24 @@
|
||||
<Compile Include="UI\Utility\ToStringUtility.cs" />
|
||||
<Compile Include="UI\Widgets\AutoComplete\AutoCompleter.cs" />
|
||||
<Compile Include="UI\Widgets\AutoComplete\TypeCompleter.cs" />
|
||||
<Compile Include="UI\Widgets\CacheObject\CacheConfigEntry.cs" />
|
||||
<Compile Include="UI\Widgets\CacheObject\CacheEnumerated.cs" />
|
||||
<Compile Include="UI\Widgets\CacheObject\CacheField.cs" />
|
||||
<Compile Include="UI\Widgets\CacheObject\CacheMember.cs" />
|
||||
<Compile Include="UI\Widgets\CacheObject\CacheMethod.cs" />
|
||||
<Compile Include="UI\Widgets\CacheObject\CacheObjectBase.cs" />
|
||||
<Compile Include="UI\Widgets\CacheObject\CachePaired.cs" />
|
||||
<Compile Include="UI\Widgets\CacheObject\CacheProperty.cs" />
|
||||
<Compile Include="UI\Widgets\InteractiveValues\InteractiveBool.cs" />
|
||||
<Compile Include="UI\Widgets\InteractiveValues\InteractiveColor.cs" />
|
||||
<Compile Include="UI\Widgets\InteractiveValues\InteractiveDictionary.cs" />
|
||||
<Compile Include="UI\Widgets\InteractiveValues\InteractiveEnum.cs" />
|
||||
<Compile Include="UI\Widgets\InteractiveValues\InteractiveEnumerable.cs" />
|
||||
<Compile Include="UI\Widgets\InteractiveValues\InteractiveFlags.cs" />
|
||||
<Compile Include="UI\Widgets\InteractiveValues\InteractiveFloatStruct.cs" />
|
||||
<Compile Include="UI\Widgets\InteractiveValues\InteractiveNumber.cs" />
|
||||
<Compile Include="UI\Widgets\InteractiveValues\InteractiveString.cs" />
|
||||
<Compile Include="UI\Widgets\InteractiveValues\InteractiveValue.cs" />
|
||||
<Compile Include="UI\Widgets\ObjectExplorer\ObjectSearch.cs" />
|
||||
<Compile Include="UI\Widgets\ObjectExplorer\SceneExplorer.cs" />
|
||||
<Compile Include="UI\Widgets\ScrollPool\DataHeightCache.cs" />
|
||||
|
Reference in New Issue
Block a user