[]碰撞检测,intersects方法造成sprite消失
//碰撞检测代码的碰撞逻辑,就是以上的代码,但是发现intersects方法会造成飞机消失,不知道是什么原因,文档里说这个方法只是返回布尔值
for(var i:number=0;i<this.roleBox.numChildren;i++){
let role:Laya.Animation=this.roleBox.getChildAt(i) as Laya.Animation
// 只要去掉下面这行代码就不会消失
let isIntersect:boolean=this.home.player.getBounds().intersects(role.getBounds())
}
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
Monica - 知识达人
赞同来自: