大约有 2,934 项符合查询结果, 库内数据总量为 30,790 项。 (搜索耗时: 0.0059 秒)
Laya_社区(2391) Laya2.0_文档(172) Laya3.0_api(101) Laya_示例(79) Laya2.0_api(55) Laya3.0_文档(54) laya_api(42) Laya2.0_示例(40)
...a unity plugin 1.7.16 加载场景代码:var scene:Laya.Scene=Laya.Scene.load("../LayaScene_Museum/Museum.ls"); Laya.stage.addChild(scene); 报错throw new Error("LoadModelV03: unknown vertexDeclaration."); 出现异常 2018-07-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20180719
...移动粒子的位置 var particleSprite3D:Laya.Sprite3D = Laya.Sprite3D.load("res/LayaScene_effect/effect.lh") as Laya.Sprite3D; particleSprite3D.transform.translate(new Laya.Vector3(0,20,0)) this.scene.addChild(particleSprite3D); 用u3d导出的粒子效果,不能移动粒子的位置 2018-05-16...
来源: Laya_社区 发布时间: 20180516
...; 10; ++i) { var url:String = "res/xxx" + i + ".png"; Laya.loader.load(url); } // 先Image var img:Image = new Image(); img.skin = "res/test1.png"; img.pos(100, 100); // 再Html var html = new HTMLDivElement(); html.innerHTML = "<img src='res/test1.png'/>"; html.pos(150, 10...
来源: Laya_社区 发布时间: 20181219
...3( -15, 0, 0), true, false); var layaMonkey = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh")); alert(Laya.Render.isWebGL) 2018-06-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交...
来源: Laya_社区 发布时间: 20180614
...: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 通过loader加载js文件获取的内容只有两种格式:一种是文本文件,一种是二进制,如果你在加载文件时没有指定加载类型,那么返回的就是文本类型,这个是没问题的,如果你...
来源: Laya_社区 发布时间: 20161102
...32628"; const monkey1Path = "https://layaair2.ldc2.layabox. ... 3B%3B Laya.loader.load(monkey1Path, Laya.Handler.create(this, function() { let monkey = Laya.loader.getRes(monkey1Path); let ape = new Laya.Sprite(); Laya.stage.addChild(ape); ape.graphics.drawTexture(monkey, 0, 0); var tl = new Laya.Ti...
来源: Laya_社区 发布时间: 20190927
...id { const { x, y, width, height } = this.box Laya.loader.load('comp/image.png').then(v=>{ const texture = this.box.drawToTexture(width, height, x, y) as Laya.Texture this.snapshot.texture = texture }); } 2024-06-05 0 0...
来源: Laya_社区 发布时间: 20240425
...神,我看了例子,我想问下, var textureCube = Laya.TextureCube.load("../../res/threeDimen/skyBox/skyBox1/skyCube.ltc"); 是读取天空盒子,对上面的我要做的来说,就是如何通过MeshSprite3D获取TextureCube对象,感谢!!! Laya_Aaron • 2018-07-26 10:...
来源: Laya_社区 发布时间: 20180725
iPhone6 webgl渲染下sprite.loadimage加载不出canvas.toDateUrl $("#ewm").qrcode({render:"canvas",width:parseInt(1136*0.3),height:parseInt(1136*0.3),correctLevel:0,text:textDz});//生成二维码图案 var t = new Texture(); t.load($("#ewm canvas")[0].toDataURL()); ewmSprit.graphics.drawTexture(...
来源: Laya_社区 发布时间: 20160928
...常 播放MP3音频格式 失败 报错:Error: DOMException: Failed to load because no supported source was found. wav正常 附件 : --> mp3test.zip 2019-02-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Lay...
来源: Laya_社区 发布时间: 20190216