Monica 是的 ! 如果是 “import Button = laya.editorUI.Button;” 编译报:
TypeError: Cannot read property 'Button' of undefined
at file:///D:/LayaBox/TestPro/T24_CostomSBtn/bin/js/component/ScaleButton.js:11:27
TypeError: Cannot read property 'ScaleButton' of undefined
at file:///D:/LayaBox/TestPro/T24_CostomSBtn/bin/js/LayaUISample.js:62:43
所以我就改成 “import Button = laya.ui.Button;”