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
43
43
### Scene Explorer
44
44
45
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 .
46
+ * Click on a GameObject to set it as the current path, or <b >Inspect</b > it to send it to an Inspector Window .
47
47
48
48
[ ![ ] ( https://i.imgur.com/2b0q0jL.png )] ( https://i.imgur.com/2b0q0jL.png )
49
49
50
50
### Inspectors
51
51
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 > .
53
53
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 .
55
55
56
56
### GameObject Inspector
57
57
Original file line number Diff line number Diff line change 9
9
10
10
namespace Explorer
11
11
{
12
- // TODO implement methods with primitive arguments
13
-
14
12
public class CacheMethod : CacheObjectBase
15
13
{
16
14
private bool m_evaluated = false ;
You can’t perform that action at this time.
0 commit comments