mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-01 19:13:03 +08:00
Finish GameObject Inspector, start Search page, some other UI changes/fixes
This commit is contained in:
@ -327,13 +327,14 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Inspectors\CacheObject\CacheEnumerated.cs" />
|
||||
<Compile Include="Inspectors\CacheObject\CacheFactory.cs" />
|
||||
<Compile Include="Inspectors\CacheObject\CacheField.cs" />
|
||||
<Compile Include="Inspectors\CacheObject\CacheMember.cs" />
|
||||
<Compile Include="Inspectors\CacheObject\CacheMethod.cs" />
|
||||
<Compile Include="Inspectors\CacheObject\CacheProperty.cs" />
|
||||
<Compile Include="Inspectors\CacheObject\CacheObjectBase.cs" />
|
||||
<Compile Include="Inspectors\MouseInspector.cs" />
|
||||
<Compile Include="Inspectors\ReflectionInspector\CacheObject\CacheEnumerated.cs" />
|
||||
<Compile Include="Inspectors\ReflectionInspector\CacheObject\CacheFactory.cs" />
|
||||
<Compile Include="Inspectors\ReflectionInspector\CacheObject\CacheField.cs" />
|
||||
<Compile Include="Inspectors\ReflectionInspector\CacheObject\CacheMember.cs" />
|
||||
<Compile Include="Inspectors\ReflectionInspector\CacheObject\CacheMethod.cs" />
|
||||
<Compile Include="Inspectors\ReflectionInspector\CacheObject\CacheProperty.cs" />
|
||||
<Compile Include="Inspectors\ReflectionInspector\CacheObject\CacheObjectBase.cs" />
|
||||
<Compile Include="Helpers\Texture2DHelpers.cs" />
|
||||
<Compile Include="Config\ModConfig.cs" />
|
||||
<Compile Include="ExplorerCore.cs" />
|
||||
@ -341,6 +342,9 @@
|
||||
<Compile Include="ExplorerMelonMod.cs" />
|
||||
<Compile Include="Helpers\ReflectionHelpers.cs" />
|
||||
<Compile Include="Helpers\UnityHelpers.cs" />
|
||||
<Compile Include="Inspectors\GOInspector\ChildList.cs" />
|
||||
<Compile Include="Inspectors\GOInspector\ComponentList.cs" />
|
||||
<Compile Include="Inspectors\GOInspector\GameObjectControls.cs" />
|
||||
<Compile Include="UI\ForceUnlockCursor.cs" />
|
||||
<Compile Include="Input\IHandleInput.cs" />
|
||||
<Compile Include="Tests\Tests.cs" />
|
||||
@ -369,13 +373,14 @@
|
||||
<Compile Include="UI\PageModel\HomePage.cs" />
|
||||
<Compile Include="Inspectors\GameObjectInspector.cs" />
|
||||
<Compile Include="Inspectors\InspectorBase.cs" />
|
||||
<Compile Include="Inspectors\InstanceInspector.cs" />
|
||||
<Compile Include="Inspectors\StaticInspector.cs" />
|
||||
<Compile Include="Inspectors\ReflectionInspector\InstanceInspector.cs" />
|
||||
<Compile Include="Inspectors\ReflectionInspector\StaticInspector.cs" />
|
||||
<Compile Include="UI\PageModel\OptionsPage.cs" />
|
||||
<Compile Include="Inspectors\SceneExplorer.cs" />
|
||||
<Compile Include="UI\PageModel\SearchPage.cs" />
|
||||
<Compile Include="UI\PanelDragger.cs" />
|
||||
<Compile Include="UI\InteractiveValue\InteractiveValue.cs" />
|
||||
<Compile Include="UI\Shared\SliderScrollbar.cs" />
|
||||
<Compile Include="UI\Shared\PageHandler.cs" />
|
||||
<Compile Include="UI\Shared\SyntaxColors.cs" />
|
||||
<Compile Include="UI\UIManager.cs" />
|
||||
|
Reference in New Issue
Block a user