class MAGES::Editor::SegmentDataPropertyDrawer

Property drawer for Segment.Data.

class SegmentDataPropertyDrawer: public PropertyDrawer
{
public:
    // methods

    override VisualElement CreatePropertyGUI(SerializedProperty property);
};