class MAGES::ComponentLibrary::Editor::SerializableObjectReferencePropertyDrawer

Property drawer for SerializableObjectReference.

class SerializableObjectReferencePropertyDrawer: public PropertyDrawer
{
public:
    // methods

    override VisualElement CreatePropertyGUI(SerializedProperty property);
};