class MAGES::ComponentLibrary::Editor::RotatingLabelEditor

Custom editor for the RotatingLabel component.

class RotatingLabelEditor: public Editor
{
public:
    // methods

    override VisualElement CreateInspectorGUI();
};