Add support for generic methods, improved non-generic dictionary output

This commit is contained in:
sinaioutlander
2020-09-18 18:03:17 +10:00
parent db91968519
commit b154cbf39d
6 changed files with 149 additions and 25 deletions

View File

@ -99,9 +99,9 @@ CppExplorer has two main inspector modes: <b>GameObject Inspector</b>, and <b>Re
* Filter by name, type, etc.
* For GameObjects and Transforms you can filter which scene they are found in too.
### C# REPL console
### C# console
* A simple C# REPL console, allows you to execute a method body on the fly.
* A simple C# console, allows you to execute a method body on the fly.
### Inspect-under-mouse