[]如何获取动画的长度?
根据引擎示例获取的边界都是0, // 获取动画的边界信息
var bounds: Rectangle = ani.getGraphicBounds();
var bounds: Rectangle = ani.getGraphicBounds();
没有找到相关结果
已邀请:
要回复问题请先登录
没有找到相关结果
要回复问题请先登录
2 个回复
qian
赞同来自:
hill_0219
赞同来自:
tl.loadAnimation("s.ani", Laya.Handler.create(this, () => {
var bounds = tl.getGraphicBounds();
console.log(bounds.width)
}, [tl]));
还是0