大约有 4 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0024 秒)
...114367261 赞同来自: 是你的鼠标移出监听范围了吧比如移出舞台 2018-04-19 0 1 分享 微博 QZONE 微信 lengyu 赞同来自: 没有呢。移除舞台我知道也会监听up,所以有做了鼠标移除舞台的时候的操作,但是现在是没有移除舞台,瞬间移动spr...
来源: Laya_社区 发布时间: 20180419
...ata; //实例化角色容器 var foodBox = new Laya.Sprite(); //添加到舞台上 console.log(self.foodBox); Laya.stage.addChild(foodBox); self.foodBox = fooddata; console.log(self.foodBox); 2018-12-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20181221
...omplete); this.mFactory.loadAni(aniPath); } // 动画解析完成,添加到舞台,并且开始swim parseComplete(): void { this.mArmature = this.mFactory.buildArmature(0); this.mArmature.x = 0; this.mArmature.y = 0; this.addChild(this.mArmature); this.mArmature.play(this.SWIM_RIGHT_ANI_NAME, true)...
来源: Laya_社区 发布时间: 20161209
...到bg图像里面 bg.graphics.drawTexture(texture, 0, 0); //将bg添加到舞台 Laya.stage.addChild(bg); 我们再次刷新页面看看有什么效果 嗯 看来图片出来了~~~不错 现在我们可以开始继续了 //======================= 美丽的分割线 ======================= ...
来源: Laya_社区 发布时间: 20160722