• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,308 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0047 秒)

1191. 加载TiledMap 不显示 [ 44%]

...t), Handler.create(this, this.mapLoaded));     //      console.log(Laya.stage.width, Laya.stage.height);     //  // }));      // }      // private onStageClick (): void     // {     //  var p: Point = new Point(0, 0);     //  this.layer.getTi...

来源: Laya_社区 发布时间: 20201230

1192. 骨骼动画-多纹理 [ 44%]

...; this.mFactory.loadAni(this.mAniPath); } private onError():void { console.log("error"); } private parseComplete():void { //创建模式为1,可以启用换装 this.mArmature =this.mFactory.buildArmature(1); this.mArmature.x = this.mStartX; this.mArmature.y = this.mStartY; this.mArmature.scale(0.5...

来源: Laya2.0_示例 发布时间: 20241120

1193. swf在layaairts里播放的问题,播放不了,swf在群文件star.swf [ 44%]

...ew Laya.Context();         } private onloadswf():void { // console.log("ssss"); // let mc:Laya.MovieClip = Laya.loader.getRes("res/swf/star.swf"); // Laya.stage.addChild(mc); }     } } new laya.Loader_MultipleType();   2018-02-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

来源: Laya_社区 发布时间: 20180203

1194. 今天打开微信工具出现错误Cannot read property 'USER_DATA_PATH' of undefined [ 44%]

...****785 赞同来自: wx.env 这个是undefined 我这样打印: console.log("aaaaaaaaa="+wx.env); //初始化微信小游戏 Laya.MiniAdpter.init();   控制台输出 aaaaaaaaa=undefined 2018-05-24 0 0 分享 微博 QZONE 微信 131*****785 赞同来自: laya sdk版本号1.7.17 2018-05-24 0 0 ...

来源: Laya_社区 发布时间: 20180524

1195. UI-List [ 43%]

...setImg(cell.dataSource); } private onSelect(index: number): void { console.log("当前选择的索引:" + index); } } import Box = Laya.Box; import Image = Laya.Image; class Item extends Box { public static WID: number = 373; public static HEI: number = 85; private img: Image; constructor(){ super...

来源: Laya2.0_示例 发布时间: 20241120

1196. UI-List [ 43%]

...setImg(cell.dataSource); } private onSelect(index: number): void { console.log("当前选择的索引:" + index); } } import Box = Laya.Box; import Image = Laya.Image; class Item extends Box { public static WID: number = 373; public static HEI: number = 85; private img: Image; constructor(){ super...

来源: Laya_示例 发布时间: 20241120

1197. iOS真机运行报错--- 加载游戏失败,可能由于您的网络不稳定,请退出重进 [ 43%]

...请退出重进 提示:网络异常,请检查网络和开发商 xcode Log: 2018-03-15 11:24:58.264754+0800 MineSweeper6[7091:2932031] xhr.GET url=http://stand.alone.version/index.html 2018-03-15 11:24:58.265521+0800 MineSweeper6[7091:2932001] Download [ ]:http://stand.alone.version/index.html ...

来源: Laya_社区 发布时间: 20180315

1198. 骨骼动画-藤蔓 [ 43%]

...; this.mFactory.loadAni(this.mAniPath); } private onError():void { console.log("error"); } private parseComplete():void { //创建模式为1,可以启用换装 this.mArmature = this.mFactory.buildArmature(1); this.mArmature.x = this.mStartX; this.mArmature.y = this.mStartY; this.mArmature.scale(0....

来源: Laya2.0_示例 发布时间: 20241120

1199. 分享:DrawToCanvas内存释放问题! [ 43%]

...cuixu_xucui 赞同来自: 还是内存爆炸呀 if(this._texture){ console.log("this._texture.destroy"); this._texture.destroy(); this._texture = null; } if(this._htmlC){ this._htmlC.destroy(); } this._htmlC = this.zoomBox.drawToCanvas(RouletteTableScene.ZOOM_W, RouletteTableScene.ZOOM_TARGET_H, -of...

来源: Laya_社区 发布时间: 20170822

1200. 骨骼动画-橡胶人 [ 43%]

...; this.mFactory.loadAni(this.mAniPath); } private onError():void { console.log("error"); } private parseComplete():void { //创建模式为1,可以启用换装 this.mArmature =this.mFactory.buildArmature(1); this.mArmature.x = this.mStartX; this.mArmature.y = this.mStartY; //mArmature.scale(0.5, 0...

来源: Laya2.0_示例 发布时间: 20241120