Update README.md

This commit is contained in:
sinaioutlander 2020-09-10 20:47:13 +10:00
parent e23341c2b1
commit af17ae82c6

View File

@ -30,7 +30,8 @@ Requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be ins
## How to use ## How to use
* Press F7 to show or hide the menu. * Press F7 to show or hide the menu.
* Simply browse through the scene, search for objects, etc, most of it is pretty self-explanatory. * Use the Scene Explorer or the Object Search to start Exploring, or the C# Console to test some code.
* See below for more specific details.
### Mod Config ### Mod Config
@ -48,18 +49,11 @@ This config is generated to `Mods\CppExplorer\config.xml`. Edit the config while
* `x` is width, `y` is height. * `x` is width, `y` is height.
* Default: `<x>550</x> <y>700</y>` * Default: `<x>550</x> <y>700</y>`
### Features ## Features
[![](overview.png)](overview.png) [![](overview.png)](overview.png)
<i>An overview of the different CppExplorer menus.</i> <i>An overview of the different CppExplorer menus.</i>
* Scene hierarchy explorer
* Search loaded assets with filters
* Traverse and manipulate GameObjects
* Generic Reflection inspector
* C# REPL Console
* Inspect-under-mouse
### Scene Explorer ### Scene Explorer
* A simple menu which allows you to traverse the Transform heirarchy of the scene. * A simple menu which allows you to traverse the Transform heirarchy of the scene.