[]如何获得特效的宽高
var bounds = ani.getGraphicBounds();
ani.scale(80/bounds.width ,80/bounds.height)
我想把特效设置为宽高都为80 80的 但是getGraphicBounds(); 有的特效获取出来的width和height 都为0
ani.scale(80/bounds.width ,80/bounds.height)
我想把特效设置为宽高都为80 80的 但是getGraphicBounds(); 有的特效获取出来的width和height 都为0
没有找到相关结果
已邀请:
要回复问题请先登录
2 个回复
z298959
赞同来自:
console.log(ani1.getGraphicBounds());
}); 这样写的话监听不到
cuixueying
赞同来自: