Simple BitMask

$4
Publisher Nicolas Ruiz Jr
File size 28.41kB
Number of files 5
Latest version 1
Latest release date 2013-10-18 10:17:11
First release date 2013-10-18 10:17:11
Supported Unity versions 2018.4.2 or higher
Simple BitMask is the ideal way for managing enum bitmask values.

You previously had to write out a CustomEditor to be able to select multiple values for your bitmask.


With the addition of PropertyDrawers you no longer have to write custom editors. Simple BitMask makes use of PropertyDrawers by allowing you to use Simple BitMask in any script with 1 line of code. Simple BitMask provides the easiest method for allowing you to select multiple values from your enum type.