class MAGES::ComponentLibrary::Editor::WhiteboardEraserEditor

Custom editor for WhiteboardEraser component.

class WhiteboardEraserEditor: public Editor
{
public:
    // methods

    override VisualElement CreateInspectorGUI();
};