You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+46-11Lines changed: 46 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,28 +38,63 @@ Requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be ins
38
38
## How to use
39
39
40
40
* Press F7 to show or hide the menu.
41
-
* Simply browse through the scene, search for objects, etc, it's pretty self-explanatory.
41
+
* Simply browse through the scene, search for objects, etc, most of it is pretty self-explanatory.
42
42
43
-
### Mouse Control
43
+
### Scene Explorer
44
44
45
-
CppExplorer can force the mouse to be visible and unlocked when the menu is open, if you have enabled "Force Unlock Mouse" (Left-Alt toggle). However, you may also want to prevent the mouse clicking-through onto the game behind CppExplorer, this is possible but it requires specific patches for that game.
45
+
* A simple menu which allows you to traverse the Transform heirarchy of the scene.
46
+
* Click on a GameObject to set it as the current path, or <b>Inspect</b> it to send it to the Inspector window.
* For VRChat, use [VRCExplorerMouseControl](https://github.com/sinaioutlander/VRCExplorerMouseControl)
48
-
* You can create your own mini-plugin using one of the two plugins above as an example. Usually only 1 or 2 simple Harmony patches are needed to fix the problem (if you want to submit that here, feel free to make a PR to this Readme).
63
+
### Reflection Inspector
49
64
50
-
## Images
65
+
* The Reflection Inspector is used for all other supported objects.
66
+
* Allows you to inspect Properties, Fields and basic Methods, as well as set primitive values and evaluate primitive methods.
67
+
* Can search and filter members for the ones you are interested in.
51
68
52
-
<b>Scene Explorer, GameObject Inspector, and Reflection Inspectors:</b>
* Press Shift+RMB (Right Mouse Button) while the CppExplorer menu is open to begin Inspect-Under-Mouse.
88
+
* Hover over your desired object, if you see the name appear then you can click on it to inspect it.
89
+
* Only objects with Colliders are supported.
90
+
91
+
### Mouse Control
92
+
93
+
CppExplorer can force the mouse to be visible and unlocked when the menu is open, if you have enabled "Force Unlock Mouse" (Left-Alt toggle). However, you may also want to prevent the mouse clicking-through onto the game behind CppExplorer, this is possible but it requires specific patches for that game.
* For VRChat, use [VRCExplorerMouseControl](https://github.com/sinai-dev/VRCExplorerMouseControl)
96
+
* For Hellpoint, use [HPExplorerMouseControl](https://github.com/sinai-dev/Hellpoint-Mods/tree/master/HPExplorerMouseControl/HPExplorerMouseControl)
97
+
* You can create your own plugin using one of the two plugins above as an example. Usually only a few simple Harmony patches are needed to fix the problem.
0 commit comments