Finish GameObject Inspector, start Search page, some other UI changes/fixes

This commit is contained in:
sinaioutlander
2020-11-06 20:42:16 +11:00
parent e175e9c438
commit 2efc3f6578
28 changed files with 2301 additions and 1184 deletions

View File

@ -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" />