This repository has been archived by the owner on May 9, 2023. It is now read-only.
CppExplorer 1.7.5
Changes
- Added support for Enums with [Flags] attribute (can set each flag individually)
- Added support for easier bitwise operations on ints (or any primitive assignable to int), and viewing the int as binary. This is intended for things like
Camera.cullingMask
, etc. - Fixed an issue with Enums that contain duplicate values, for example
CameraClearFlags
(has duplicate values for 2).
edit: updated release to allow for inherited Flags attributes