class MAGES::Editor::InteractionLayerMaskPropertyDrawer

A custom property drawer for the InteractionLayerMask.

class InteractionLayerMaskPropertyDrawer: public PropertyDrawer
{
public:
    // methods

    override void OnGUI(
        Rect position,
        SerializedProperty property,
        GUIContent label
    );
};