jacksing888 源码里面 Laya.getset 这个能不能支持可扩展吧Object.defineProperty(o,name,{configurable:true,get:getfn,set:setfn,enumerable:false});比方说加上configurable:true这个字段 让开发者自己可以 去扩展getset函数啊 现在没有这个字段的话 开发者没办法重写getset函数 手动修改源码的话 每次升级库 又很麻烦