class MAGES::Editor::SegmentEditor

Custom editor for Segment.

class SegmentEditor: public Editor
{
public:
    // methods

    override VisualElement CreateInspectorGUI();
};