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

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

111. RenderTarget2D的create方法 [ 74%]

RenderTarget2D的create方法  问下laya引擎18_beta  RenderTarget2D这里 是t.depthStencilFormat? 附件 : --> 2018-05-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 内容相关的链接 提交 1 个回复 w1114367261 赞同来自: public sta...

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

112. 创建图集的问题 [ 74%]

...L, type: Laya.Loader.ATLAS } ); Laya.loader.load(asset, laya.utils.Handler.create(this, onLoaded), laya.utils.Handler.create(this, onLoading, null, false)); // 使用图集 var arr = []; for(var i=1; i<=12; i++){ arr.push('nvhaidaomao/nvhaidaomao_down'+i+'.png'); } Animation.createFrames(arr, 'pl...

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

113. 如何显示动画ani [ 74%]

...上显示啊。 教程中 Laya.loader.load("./res/atlas/ui.atlas",Handler.create(this,onLoaded));这个ui.atlas 死活没看见啊。   代码复制了,不行 啊,坑在哪里???? package{import laya.net.Loader;import laya.utils.Handler;import ui.EffectAnimationDemoUI;  public class M...

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

114. 请教——layabox如何加载多个图集 [ 74%]

...何加载多个图集 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,onload)); 这样写只能添加一个图集,我想问有没有办法用一句代码同时添加其他图集 2018-08-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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

115. [QQ小游戏适配] Laya.loader.create 在QQ安卓版本上 执行没有成功回调,也没有进度回调,监听了error 也没有。在ios版QQ上正常。 [ 74%]

[QQ小游戏适配] Laya.loader.create 在QQ安卓版本上 执行没有成功回调,也没有进度回调,监听了error 也没有。在ios版QQ上正常。 游戏适配QQ小游戏平台(不是玩一玩), 使用 Laya.loader.create 加载3d资源 *.lani动画资源 ,在iOS版本的QQ上...

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

116. Laya.loader.load() 是怎么发送请求的? [ 74%]

..., list拉到顶部的时候,如何防止触发多次请求 Laya.loader.create和Laya.loader.load能混合用? 为什么预加载音频之后,再播放还是会重复请求下载呢? HttpRequest无法发送除字符串以外的数据 请问Laya.loader.load资源缓存在哪里?能不能把...

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

117. load 跨域请求 [ 74%]

...域请求 Laya.loader.load(resUrl+'bin/res/atlas/dice.json', Laya.Handler .create(this, this.init), null, Laya.Loader.ATLAS); 这个json提示跨域了,怎么解决好 2017-07-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 内容相关的链接 提...

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

118. 内存释放问题 [ 74%]

...Loader.TEXT } // 协议文件 ]; Laya.loader.load(uiResArray, Laya.Handler.create(this, onCompleted), Laya.Handler.create(this, ProgressPanel.showGameLoadingProgressPanel, null, false)); } /** * 显示一个模块面板 * 需要 资源altlas的名称和面板的类全名 * @static * @param {string[]...

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

119. Laya.Texture2D.load 回调的参数为一堆乱码 [ 74%]

...GET参数 如何定义动画播放过某帧后的回调函数 Laya.loader.create 进度回调函数执行两次 怎么停止正在运行Laya.timer.frameLoop的回调函数 点击按钮打开对话框的时候能往对话框中传一个参数吗 对象池对类怎么传参数 IDE中js压缩工具,...

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

120. 分享:改变图片皮肤,保持图片原样宽高显示 [ 73%]

...emo() { Laya.init(800,600); Laya.loader.load(["bg.jpg","logo.png"],Handler.create(this,onLoaded)); } private function onLoaded():void { image=new Image(); image.skin="logo.png"; Laya.stage.addChild(image); Laya.stage.on(Event.CLICK,this,onClick); } private function onClick():void { image.skin="bg.jp...

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