Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

CppExplorer 1.7.5

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 23 Sep 09:20
· 930 commits to master since this release

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