Publisher | Script Boy |
---|---|
File size | 341.39kB |
Number of files | 36 |
Latest version | 1.0.0 |
Latest release date | 2023-06-23 01:42:12 |
First release date | 2023-06-23 01:42:12 |
Supported Unity versions | 2018.4.2 or higher |
Mirror is a helper for System.Reflection. It contains useful solutions to make Reflection easier. You can easily access fields and properties of an object or invoke its methods. It is useful when you want to read/change private variables of a class from a third party Dll. System.Reflection is good but it requires you to write lots of code but with Mirror you can do the same thing with a few lines of code.