大约有 462 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0078 秒)
Laya_社区(334) Laya3.0_api(63) Laya2.0_文档(35) Laya3.0_文档(12) Laya2.0_api(12) laya_api(3) Laya2.0_示例(3)
...配采用showAll后留白部分的颜色问题 骨骼动画播放完后的回调时间 IDE1.7.8 json图集加载问题 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 求教: soundManager如何停止正在播放的背景音乐 (此问题已经无效) laya3D动画无法...
来源: Laya_社区 发布时间: 20180329
...sources文件夹下新建一个data.txt文件 //设置完成事件,添加回调方法 http.once(Laya.Event.COMPLETE, this, this.completeHandler); //设置错误事件,添加回调方法 http.once(Laya.Event.ERROR, this, this.errorHandler); //设置进度事件,添加回调方法 http.on(Laya.E...
来源: Laya3.0_文档 发布时间: 20250104
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...
来源: Laya3.0_api 发布时间: 20231115
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...
来源: Laya3.0_api 发布时间: 20231115
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...
来源: Laya3.0_api 发布时间: 20231115
...否进行翻转? 请问一下 ProtoBuf 支持 as3 版本吗? ios原生回调问题 请问Loader.load支持支持swf格式的预加载吗? SCRIPT445: 对象不支持此操作 3种支持语言在选择上有讲究吗? 请问LayaNative2.0能否做到每个子游戏分别打包zip,在Native中...
来源: Laya_社区 发布时间: 20170607
...oleAni = new Laya.Animation(); //加载动画图集,加载成功后执行回调方法 this.roleAni.loadAtlas("res/atlas/role.atlas",Laya.Handler.create(this,onLoaded)); function onLoaded(){ //添加到舞台 Laya.stage.addChild(this.roleAni); } ``` 运行代码,如图5所示。动画已加载到...
来源: Laya2.0_文档 发布时间: 20210715
...Loader.workerPath设置为"libs/worker.js";,则加载不成功,complete回调不会被调用 2018-12-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 185*****515 赞同来自: 我也遇到了 请官方解答...
来源: Laya_社区 发布时间: 20181206
... 设置pivot后,精灵位置显示位置不正确 load方法的progress回调进的次数太少了。是我哪里设置有问题么 问题状态 最新活动: 2018-08-29 11:35 浏览: 1137 关注: 2 人 夏天 • 2018-08-31 14:40 多谢您的回答! 怎么获取Graphics circle的颜色 阿耀 ...
来源: Laya_社区 发布时间: 20180828
...ey1.png"; //先加载图片资源,在图片资源加载成功后,通过回调方法绘制图片并添加到舞台 Laya.loader.load(Res,Handler.create(this,graphicsImg)); })(); function graphicsImg() { img = new Sprite(); //获取图片资源,绘制到画布 img.graphics.drawTexture(Laya.loader...
来源: Laya2.0_文档 发布时间: 20210715