class MAGES::ComponentLibrary::Editor::LabelEditor¶
Custom editor for the Label component.
class LabelEditor: public Editor
{
public:
// methods
override VisualElement CreateInspectorGUI();
};
Custom editor for the Label component.
class LabelEditor: public Editor
{
public:
// methods
override VisualElement CreateInspectorGUI();
};