z298959 var bounds = ani.getGraphicBounds(); ani.scale(80/bounds.width ,80/bounds.height) 我想把特效设置为宽高都为80 80的 但是getGraphicBounds(); 有的特效获取出来的width和height 都为0
z298959 能给具体点吗新手 ani.once(Laya.Event.LOADED,null,function(ani1){ console.log(ani1.getGraphicBounds()); }); 这样写的话监听不到