Bitmask Constructor
Constructor in Bitmask
Declaration
public Bitmask(int mask)
Description
Creates a new Bitmask from the given 32-bit integer.
Parameters
mask | The 32-bit integer to represent as a bitmask. |
public Bitmask(int mask)
Creates a new Bitmask from the given 32-bit integer.
mask | The 32-bit integer to represent as a bitmask. |