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

大约有 555 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0080 秒)

541. 分享:自己个人开发的H5游戏《西游战》 [ 44%]

...回复问题请先登录 发起人 daohu 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) 【屏幕适配】在LayaAir上面是竖屏,为什么到微信开发工具中就是横屏,而且还被拉伸了 写个捕鱼游戏练练手 招聘:H5游戏开发 坐标:...

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

542. 请大家帮助优化一下这个抛物线的代码 [ 44%]

...Ball.cached){ Ball.cached = true; this.body = new Laya.Sprite(); this.body.loadImage("war/ball.png"); this.body.pivot(12,12); } this.addChild(this.body); Laya.timer.frameLoop(1,this,this.animate); } private animate(e):void{ this.body.rotation += 10; } } class Main{ private ball:Ball; private target...

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

543. laya2.8.0IDE工具中打安卓包(LayaNative版本相同),无法加载游戏启动页 [ 44%]

...页 I/LayaBox: found the file in the package:scripts/async.js I/LayaBox:  loadApp:http://happiness.joyleafs.com/ncapi/client/app*/index.json I/LayaBox: setCachePath:/data/user/0/com.layabox.run.*//LayaCache//appCache/     read index:/data/user/0/com.layabox.run.*//LayaCache//appCache/da25d557/fil...

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

544. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 43%]

...'I like ' + '' + 'cheese' + '' + '' + ''; var sp:Sprite = new Sprite(); sp.loadImage(data,0,0,200,200); Laya.stage.addChild(sp); } } } ``` 通过data来当做url传递给loadImage这个方法引擎就会帮我们加载并解码显示出来。loadImage这个方法中的参数不仅仅接收地址形...

来源: Laya2.0_文档 发布时间: 20210715

545. 和原生Dom交互 · LayaAir3.3 · 引擎文档 · LAYABOX [ 43%]

...nObject>' + '</svg>'; var sp: Laya.Sprite = new Laya.Sprite(); sp.loadImage(data, 0, 0, 200, 200); Laya.stage.addChild(sp); 通过data来当做url传递给loadImage这个方法引擎就会帮我们加载并解码显示出来。loadImage这个方法中的参数不仅仅有接收地址的url...

来源: Laya3.0_文档 发布时间: 20251010

546. 苹果上架问题, [ 41%]

...you may not be using this functionality currently, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method...

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

547. [LayaAir3]3.3.0-beta.4已知新bug汇总 [ 40%]

...ss = (value: number) => h.runWith(value); } // @ts-ignore return Scene._load(url, progress).then(scene => { scene.open(closeOther, param); if (complete instanceof Handler) complete.runWith(scene); else if (complete) complete(scene); return scene; }); } }2.长音频播放暂停和恢复 触发...

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

548. 1.0 骨骼drawcall优化猥琐方法 [ 40%]

...ncil功能 请问粒子,shader,动画缓存的优化应该如何选择 load方法的progress回调进的次数太少了。是我哪里设置有问题么 关于引擎对于骨骼动画骨骼形变支持的问题 问题状态 最新活动: 2020-10-13 14:08 浏览: 1654 关注: 5 人

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

549. 打包成APK运行一半崩溃 [ 39%]

...Cache/localstorage 04-11 11:17:09.000    8591-8591/? I/WebViewFactory﹕ Loading com.google.android.webview version 50.0.2661.86 (code 266108650) 04-11 11:17:09.096    8591-8591/? W/art﹕ Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg  --debuggable --instruction-set=ar...

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

550. 分享:技术突破:HTML5裸跑性能已可媲美APP [ 38%]

...复问题请先登录 发起人 cuixueying 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) 分享:自定义事件派发与侦听(A页面派发 B页面侦听) 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 分享:适配LayaAir版本...

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