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

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

511. 播放声音出错,求指教 [ 71%]

...接 提交 6 个回复 Laya_Aaron 赞同来自: shaotianhk 放到 bin/h5/res目录下 2018-03-06 1 0 分享 微博 QZONE 微信 helianchu 赞同来自: shaotianhk 音乐特效是bin/h5/res/下面的 2018-03-06 1 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 你mp3路径对吗 2018-03-06 0 0 ...

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

512. 2.3.0截屏问题 [ 71%]

... destWidth: 100, destHeight: 100, fileType: "png", quality: 1.0, success: (res) => { console.log(res.tempFilePath); } }) }   报的是 gameThirdScriptError ImageData is not defined ReferenceError: ImageData is not defined     at Function.RunDriver.drawToCanvas (http://127.0.0.1:27664/game/libs...

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

513. 资源分类问题,无法显示资源。 [ 71%]

...文件,以及编译后多了两个文件:   /项目名字 /bin/h5/res/atlas/test.atlas 和  /项目名字 /bin/h5/res/atlas/test.png。   我不知道laya到底是个什么原理 在存储资源,还不带认路的。认路也是偏的,谁知道,laya打包和非打包资源在项目...

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

514. 用微信的方法获取openID和会话秘钥的方法 [ 71%]

...&js_code="+code+"&grant_type=authorization_code", success:function(res) { console.log("获取到openid为"+res.data.openid) } }) 2018-09-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复   赞同来自: ...

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

515. 骨骼动画-多纹理 [ 71%]

...f"; Stat.show(); startFun(); })(); function startFun() { mAniPath = "../../res/spine/spineRes1/dragon.sk"; mFactory = new Templet(); mFactory.on(Event.COMPLETE, this, parseComplete); mFactory.on(Event.ERROR, this, onError); mFactory.loadAni(mAniPath); } function onError() { trace("error"); } functio...

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

516. 子域无法加载到图片 [ 71%]

...域入口里还是写在子域入口里,还有,子域的图集资源路径res该设在哪里,是子域根目录还是主域根目录 守 • 2018-07-27 14:48 如果你用了没有效果你试试这样。不要设置,白名单。本地加载资源还是丢res下面直接用,服务器资源直接用...

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

517. 模型资源释放问题 [ 71%]

...释放问题 通过这种方式加载的3d角色资源 Laya.loader.create("res/role3d/mesh/563001/563001.lh",Laya.Handler.create(this,this.onModelOK),null,Laya.Sprite3D); 然后用这种方式来释放 var role3D:Laya.Sprite3D = Laya.loader.getRes("res/role3d/mesh/563001/563001.lh"); role3D.destroy(...

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

518. 加载一个txt文件 getRes出来类型为string 能转换成数组吗 [ 71%]

加载一个txt文件 getRes出来类型为string 能转换成数组吗 Laya.loader.load("res/text.txt", Handler.create(this, onAssetLoaded1), null, Loader.TEXT); var pic1 = Loader.getRes("res/2D特效/text.txt"); console.log(typeof pic1); 输出的类型为string 2017-06-20 添加评论 免费帖 ...

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

519. 关于切换图片的问题 [ 71%]

关于切换图片的问题 class Main{ private plane1:string = "res/plane.png"; private plane2:string = "res/untitled.png"; private img: Laya.Sprite; private flag: boolean = false; constructor() { Laya.init(1000,800); this.img = new Laya.Sprite; this.img.loadImage(this.plane1); Laya.stage.addChild...

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

520. 网络和格式-ProtocolBuffer [ 71%]

...toBuf = Browser.window.protobuf; Laya.init(550, 400); ProtoBuf.load("../../res/protobuf/awesome.proto", onAssetsLoaded); function onAssetsLoaded(err, root) { if (err) throw err; // Obtain a message type var AwesomeMessage = root.lookup("awesomepackage.AwesomeMessage"); // Create a new message var me...

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