class MAGES::ComponentLibrary::Editor::SerializableObjectReferencePropertyDrawerΒΆ

Property drawer for SerializableObjectReference.

class SerializableObjectReferencePropertyDrawer: public PropertyDrawer
{
public:
    // methods

    override VisualElement CreatePropertyGUI(SerializedProperty property);
};