How do I create an Array of Bitmasks? I noticed I can create an integer and set the bitmask property, but it doesn’t look like I can turn it into an array.
I could create a struct that has a bitmask in it and then make an array of that struct. Is there something I’m missing?
Thanks