[]layaAir中Animation无法获得宽高,很多逻辑无法判断

this.animation = new Animation();
this.animation.loadAtlas( _path );
this.animation.interval = _speed; // 设置播放间隔(单位:毫秒)
this.animation.play();
this.addChild( this.animation );

this.animation.width 一直为0
已邀请:

qq_别天神

赞同来自:

使用getBounds ()来获取宽高,这个有点耗性能

 

cuixueying

赞同来自:

  是的,为了节省性能的消耗,我们的显示对像本身是没有宽高的,只能通过getBounds来获取,或者直接使用animation的固定宽高!
 
问题补充:

111.png

 

要回复问题请先

商务合作
商务合作