[]为啥我在批量removeself 会报错卡死
override public function removeSelf():Node {
this.scaleX = 1;
this.scaleY = 1;
this.alpha = 1;
this.pos(0,0);
this.filters = [];
if(selectImg != null)
{
selectImg.removeSelf();
}
this.mouseEnabled = true;
if(this.visible == false)
{
this.visible = true;
}
super.removeSelf();
if(itemCountTx != null)
{
itemCountTx.removeSelf();
}
return this;
}
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
ymsdandan
赞同来自: