大约有 523 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0166 秒)
Laya_社区(428) Laya2.0_文档(51) Laya2.0_示例(16) Laya_示例(12) Laya3.0_文档(10) laya_api(2) Laya3.0_api(2) Laya2.0_api(2)
...美术规范的问题哈 1.7.20beta有bug,帧属性面板打不开 Laya.Loader.getRes请教 我的tieldmap生成的json文件里data是这种格式,地图显示有误 富文本下划线绘制bug 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 LayaAir2.61 测试版 物理...
来源: Laya_社区 发布时间: 20191014
...模型文件 gltfFile: any = { skeleton: { url: "res/skeleton.gltf", type: Loader.JSON }, face: { url: "res/face.gltf", type: Loader.JSON }, eyes: { url: "res/eyes.gltf", type: Loader.JSON }, ... } // 装扮配置文件 makeupjson: any = { blusher: { cfg: "res/self/gltfMode/gltfBin/beautyResource/bl...
来源: Laya2.0_文档 发布时间: 20210715
... loadImage() 的 complete 对应函数中加了一句 myImg.source = Laya.loader.getRes("2.png"); 手动赋值 texture 就可以了。 Monica • 2017-06-18 11:21 @Loongman:给Image设置皮肤的话直接用skin即可,之后切换皮肤也只需要切换skin
来源: Laya_社区 发布时间: 20170618
...Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Load.loader.getRes返回都是Null laya创建wxopendataviewer组件报 Cannot read property "createTexture" of null 的错误,疑似layabug Cannot read property 'offCanplay' of null laya2.9版本,脚本如何正确添加,现...
来源: Laya_社区 发布时间: 20171206
...耪时主域向子域发送文件时报错 代码postMessage(2,{data:Laya.loader.getRes("res/fui/Lobby/Lobby_atlas0.png")}) 报错:Converting circular structure to JSON;wx.postMessage 2018-11-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20181102
...的attribute变量怎么动态修改 IDE1.7.8 json图集加载问题 Laya.Loader.getRes请教 请教一个关于laya2.5d项目美术规范的问题哈 做好的粒子特效在U3D里循环正常。在LAYA插件里预览跳帧闪烁。序列素材本身也是循环的。但是不知道为什么会跳...
来源: Laya_社区 发布时间: 20180619
...,sprite无法触发点击事件? this.item.graphics.drawTexture(Laya.loader.getRes(IMG_RES[this.name])); Laya.stage.addChild(this.item); this.item.on(Laya.Event.CLICK, this, () => { this.item.destroy(); }); 2017-08-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20170826
...source:Array = ["res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh"]; Laya.loader.create(resource, Laya.Handler.create(this, this.onComplete)); } onComplete(){ //记载场景 var scene = Laya.stage.addChild(new Laya.Scene3D()); //加载相机 var camera = scene.addChild(new Laya.Camera(0, 0.1, 100))...
来源: Laya2.0_文档 发布时间: 20210715
...操作2D对象。想知道,有没有可能通过Pool来缓存管理Laya.loader.getRes加载的Sprite3D? 如果可以,能简单说下流程吗?谢谢! 2018-04-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...
来源: Laya_社区 发布时间: 20180418
...dSans-Bold、DroidSansFallback Font.defaultFont = "36px Arial"; Laya.loader.load("data/Questv1_Regular.ttf", Handler.create(this,onLoaded), null, Loader.BUFFER); } private function onLoaded():void { var arr:ArrayBuffer=Laya.loader.getRes("data/Questv1_Regular.ttf"); if(arr && Bro...
来源: Laya_社区 发布时间: 20180705