大约有 1,627 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0047 秒)
Laya_社区(997) Laya2.0_文档(205) Laya3.0_api(176) Laya2.0_api(99) laya_api(85) Laya3.0_文档(47) Laya_示例(9) Laya2.0_示例(9)
...到的资源是被销毁状态! 重现几率为必现 Laya.Sprite3D.load(name, Laya.Handler.create(this, (data:Laya.Sprite3D)=>{ if(data){ if(data.destroyed){ return; } } 2018-11-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20181124
...置的有冲突. 我们现在先解决方向冲突问题: <meta name="laya" screenorientation ="portrait"/> 现在,我已经将index.html的方向设置成竖向,下一步是确认我stage是竖向的: Laya.stage.screenMode = "vertical"; 解决完方向问题我们再来解决JS问题...
来源: Laya_社区 发布时间: 20170624
...HY_LOADED函数不回调 this.sceneP = Laya.stage.addChild(Laya.Scene.load(name)) as Laya.Sprite3D; //this.sceneP.transform.setTranslate(500,500); this.sceneP.once(Event.HIERARCHY_LOADED, this,function():void{ console.error("改变大小"); this.sceneP.transform.localScale = new Vector3(3, 3, 3); th...
来源: Laya_社区 发布时间: 20180327
...569) at t (http://127.0.0.1:23181/game/code.js:10:326) at Object.e.exports.name (http://127.0.0.1:23181/game/code.js:10:1624) at t (http://127.0.0.1:23181/game/code.js:10:326) at Object.window.Symbol (http://127.0.0.1:23181/game/code.js:10:562) at t (http://127.0.0.1:23181/game/code.js:10:326) 附...
来源: Laya_社区 发布时间: 20180613
...las/resTest0.json");不需要规定json的JSON类型,json.groups[0].name可直接读取出one_1值。
来源: Laya_社区 发布时间: 20171016
...ad(path,false); mc.play(0,false); mc.name=path; mc.loop=false; // mc.pos(570,230) mc.width=1000; mc.height=700; mc.on("click", this, onAniClick);...
来源: Laya_社区 发布时间: 20170804
...是.lm文件 { "type":"SkinnedMeshSprite3D", "instanceID":74, "props":{ "name":"胳膊节点001", "active":true, "isStatic":false, "layer":16, "position":[ 0, -0.1193539, -5.217125E-09 ], "rotation":[ -0.7071068, 0, 0, -0.7071068 ], "scale":[ -0.1805366, -0.1261967, -0.1261967 ], "rootBone":52, "bou...
来源: Laya_社区 发布时间: 20191015
...r.ldc.layabox.com/demo2/?language=ch&category=3d&group=Advance&name=AStarFindPath 因为官方资源太大 无法上传 ,我把修改后的代码 还有 我的人物 role.lh 提交了, 只需要把 Role 放到 官方demo res文件夹下即可 附件 : --> src.rar 2019-04-24 添加...
来源: Laya_社区 发布时间: 20190424
...: https://layaair.ldc.layabox.com/demo/?category=3d&group=physics&name=RayPicking02 看这个示例 demo没有 2018-01-18 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 a372853273 相关问题 安装layaAirIDE2 ,跟着官网敲...
来源: Laya_社区 发布时间: 20180118
...; var button = new Button("res/ui/close.png"); button.size(50, 50); button.name = Dialog.CLOSE; button.pos(bgImg.width - button.width - 5, 5); dialog.addChild(button); dialog.dragArea = "0,0," + bgImg.width + "," + bgImg.height; dialog.show(); }; } Laya.class(LoadResource, "LoadResource", null);照...
来源: Laya_社区 发布时间: 20200924