FairyGUI-layabox
FairyGUI-layabox copied to clipboard
declare namespace fgui { class Image extends Laya.Sprite 报错
'width' is defined as an accessor in class 'Sprite', but is overridden here in 'Image' as an instance property.ts(2610)
fairygui.d.ts文件内报错的地方 width, height, texture各加_, 修改成 _width, _height, _texture