Photon Fusion 2.1.1

BitSetAttribute Class Referencesealed

Represents an attribute that specifies the number of bits in a bit set. More...

Inherits DrawerPropertyAttribute.

Public Member Functions

 BitSetAttribute (int bitCount)
 Initializes a new instance of the BitSetAttribute class with the specified number of bits.
Public Member Functions inherited from PropertyAttribute
 PropertyAttribute (bool applyToCollection=false)

Properties

int BitCount [get]
 Gets the number of bits in the bit set.
Properties inherited from PropertyAttribute
new bool applyToCollection [get]

Additional Inherited Members

Protected Member Functions inherited from DrawerPropertyAttribute
 DrawerPropertyAttribute (bool applyToCollection=false)

Detailed Description

Represents an attribute that specifies the number of bits in a bit set.

Constructor & Destructor Documentation

◆ BitSetAttribute()

BitSetAttribute ( int bitCount)

Initializes a new instance of the BitSetAttribute class with the specified number of bits.

Parameters
bitCountThe number of bits in the bit set.