class MAGES::Editor::HubModulePropertyDrawer

An editor for the HubModule class that allows for expanding and revealing its options in the inspector.

class HubModulePropertyDrawer: public PropertyDrawer
{
public:
    // methods

    override VisualElement CreatePropertyGUI(SerializedProperty property);
};