大约有 1,567 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0051 秒)
Laya_社区(1103) Laya2.0_文档(231) Laya_示例(108) Laya2.0_示例(69) Laya3.0_文档(43) Laya3.0_api(11) Laya2.0_api(2)
粒子图片错误 Laya.loader.load("res/yan.part", Laya.Handler.create(this, this.onAssetsLoaded), null, Laya.Loader.JSON); var yan = new Laya.Particle2D(settings); yan.emitter.start(); yan.play(); this.particlesPos.addChild(yan); 编辑器里面设置是对的 但是在网页上运行,图片...
来源: Laya_社区 发布时间: 20181220
...的资源? 我上传的是官网分包例子,在分包里面加多了res/wwww.png 图片一张,然后在主包的code.js 里面的 上面的代码是layabox发布出来的微信小程序工程,在微信工具上面编译说找不到这个图片,这块需要怎么才能读到呢? 附件 ...
来源: Laya_社区 发布时间: 20190326
...ew Laya.Sprite() let father:Laya.Sprite = new Laya.Sprite() son.loadImage("res/me.png",0,0,30,30) father.addChild(son) Laya.stage.addChild(father) father.x = 100; father.y = 100; father.on(Laya.Event.CLICK,this,this.onTestClick) 然而点击后onTestClick()根本不响应,...
来源: Laya_社区 发布时间: 20181011
...vefiles = [ "Loading/", "res/", "LoadingParFloder/", ] 这个写法会报错 2020-09-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...
来源: Laya_社区 发布时间: 20200918
...Component("ScaleButton", ScaleButton); Laya.loader.load("res/atlas/com/loading.atlas", Laya.Handler.create(this, this.loadGame)); } private loadGame(): void { var resArray = [ { url: "res/atlas/lobby/create_room.atla...
来源: Laya_社区 发布时间: 20181208
... //先加载plf类型的合并后文件Image.json Laya.loader.load([{url: "res/Image.json", type: "plf"}], Handler.create(this, function():void { //在回调里,正常使用原来的图集 Laya.loader.load("res/atlas/comp.atlas", Handler.create(this, function():void { var img:Texture = Laya.loader...
来源: Laya2.0_文档 发布时间: 20210714
关于模型创建问题 new Laya.Sprite3D.load("../../res/threeDimen/staticModel/simpleScene/B00IT001M000.v3f.lh") 和 new Laya.MeshSprite3D(Laya.Mesh.load("nvXia/A02P1V1F001AX01@yequangongjinv-DEFAULT0.lm")) 这样创建的区别是什么,.lh和.lm这两种文件格式的区别是什么,什...
来源: Laya_社区 发布时间: 20161219
...正常使用 微信使用直接报错 求解 https://h5ar-oss-res01.oss-cn-beijing.aliyuncs.com/demo/siheyi/index.html 外网链接 附件 : --> 2019-12-19 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...
来源: Laya_社区 发布时间: 20191219
...宽度会不一样 txt = txt.replace(FaceView.repl[i],"<img src='res/ChatFace/face"+i+".png'></img>"); console.log(div.contextWidth+"内容宽度");
来源: Laya_社区 发布时间: 20170927
...Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; var resUrl = "../bin/res/modles/role_48_lurenyi/role_48_lurenyi.lh"; var scene = Laya.stage.addChild(new Laya.Scene()); var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transform.position = new Laya.Vector3(0, 0,...
来源: Laya_社区 发布时间: 20180503