class MAGES::SceneGraph::Editor::QuestionActionAnswerPropertyDrawer

Property drawer for the QuestionActionAnswer class.

class QuestionActionAnswerPropertyDrawer: public PropertyDrawer
{
public:
    // methods

    override VisualElement CreatePropertyGUI(SerializedProperty property);
};