class MAGES::ComponentLibrary::Editor::LabelEditorΒΆ

Custom editor for the Label component.

class LabelEditor: public Editor
{
public:
    // methods

    override VisualElement CreateInspectorGUI();
};