PixelCrushers.DialogueSystem.BitMaskAttribute Class Reference

This attribute marks a bit mask enum so it will use a custom property drawer to allow the designer to select a mask, similar to how the built-in Layer Mask works. More...

Inheritance diagram for PixelCrushers.DialogueSystem.BitMaskAttribute:
Collaboration diagram for PixelCrushers.DialogueSystem.BitMaskAttribute:

Public Member Functions

 BitMaskAttribute (System.Type propType)
 Initializes a new instance of the PixelCrushers.DialogueSystem.BitMaskAttribute class. More...
 

Public Attributes

System.Type propType
 The type of the property. More...
 

Detailed Description

This attribute marks a bit mask enum so it will use a custom property drawer to allow the designer to select a mask, similar to how the built-in Layer Mask works.

Constructor & Destructor Documentation

◆ BitMaskAttribute()

PixelCrushers.DialogueSystem.BitMaskAttribute.BitMaskAttribute ( System.Type  propType)

Initializes a new instance of the PixelCrushers.DialogueSystem.BitMaskAttribute class.

Parameters
propTypeProperty type.

Member Data Documentation

◆ propType

System.Type PixelCrushers.DialogueSystem.BitMaskAttribute.propType

The type of the property.


The documentation for this class was generated from the following file: