class MAGES::Editor::InteractionLayerPropertyDrawer

A custom property drawer for the InteractionLayer.

class InteractionLayerPropertyDrawer: public PropertyDrawer
{
public:
    // methods

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