class MAGES::Editor::GameObjectReferencePropertyDrawer

A property drawer for GameObjectReference.

class GameObjectReferencePropertyDrawer: public PropertyDrawer
{
public:
    // methods

    override VisualElement CreatePropertyGUI(SerializedProperty property);
};