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 LayerMask 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.
 

Public Attributes

System.Type propType
 The type of the property.
 

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 LayerMask works.

Constructor & Destructor Documentation

◆ BitMaskAttribute()

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

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: