This repository was archived by the owner on May 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ Requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be ins
4343### Scene Explorer
4444
4545* 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 .
46+ * Click on a GameObject to set it as the current path, or <b >Inspect</b > it to send it to an Inspector Window .
4747
4848[ ![ ] ( https://i.imgur.com/2b0q0jL.png )] ( https://i.imgur.com/2b0q0jL.png )
4949
5050### Inspectors
5151
52- CppExplorer has two main inspector modes: GameObject Inspector, and Reflection Inspector.
52+ CppExplorer has two main inspector modes: < b > GameObject Inspector</ b > , and < b > Reflection Inspector</ b > .
5353
54- <b >Tip:</b > when in Tab View, GameObjects are denoted by a [ G] prefix, and Reflection objects are denoted by a [ R] symbol .
54+ <b >Tip:</b > when in Tab View, GameObjects are denoted by a [ G] prefix, and Reflection objects are denoted by a [ R] prefix .
5555
5656### GameObject Inspector
5757
Original file line number Diff line number Diff line change 99
1010namespace Explorer
1111{
12- // TODO implement methods with primitive arguments
13-
1412 public class CacheMethod : CacheObjectBase
1513 {
1614 private bool m_evaluated = false ;
You can’t perform that action at this time.
0 commit comments