大约有 78 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0051 秒)
...重新导出。 > 新版本骨骼挂点 ```typescript Laya.Scene3D.load("LayaScene_SceneMonkey/Conventional/SceneMonkey.ls",Laya.Handler.create(this,function(res){ Laya.stage.addChild(res); //用于挂点的精灵 var box = new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(1,1,1)); var material = n...
来源: Laya2.0_文档 发布时间: 20210714
...需要重新导出。 > 新版本骨骼挂点 ```typescript Scene3D.load("LayaScene_SceneMonkey/Conventional/SceneMonkey.ls",Handler.create(this,function(res:Scene3D):void{ Laya.stage.addChild(res); //用于挂点的精灵 var box: MeshSprite3D = new MeshSprite3D(PrimitiveMesh.createBox(1,1,1)); var...
来源: Laya2.0_文档 发布时间: 20210714
... 2.13版本插件可安装,但无法在3.2中打开 报错 附件 : --> LayaScene_Pig_test.zip 2024-10-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 layaAir小孟 赞同来自: 您先用我这个附件中的...
来源: Laya_社区 发布时间: 20241011
...景雾: //添加3D场景 GamePanel.curScene = Laya.loader.getRes("res/LayaScene_wu/Conventional/wu.ls"); Laya.stage.addChildAt(GamePanel.curScene, 0); //开启雾化效果 GamePanel.curScene.enableFog = true; //设置雾化的颜色 GamePanel.curScene.fogColor = new Laya.Vector3(0.59, 0.59, 0.59)...
来源: Laya_社区 发布时间: 20190412
...camera进行操作: var scene = Laya.stage.addChild(Laya.Scene.load("res/layaScene.ls")); scene.once(Laya.Event.HIERARCHY_LOADED, this, function (sceneTemp) { var camera = sceneTemp.getChildByName("Main Camera"); camera.transform.translate(new Laya.Vector3(0, 0, 200)); //移动camera });2.问题2...
来源: Laya_社区 发布时间: 20170828
...kyCube.ltc"); camera.sky = sky; } private _sprite3dURl:string = "LayaScene_ActionCheck/ActionCheck.lh"; wky379937316 • 2018-03-19 21:08 这是什么情况呢?是引擎不支持场景吗?如果能解决,请给一个解决方案,谢谢 涛涛~ • 2019-07-06 16:42 我跑官网...
来源: Laya_社区 发布时间: 20180317
...定义导出目录名称)`,默认的资源目录名称为插件按`“LayaScene_ + 场景名”`这个规则自动生成。比如我们的场景名为AAA,那么最终导出的资源全路径实际为`E:/Game/3D/LayaScene_AAA`。 ##### 3.3.3 场景导出与预设导出的区别 Scene3D与Sprite...
来源: Laya2.0_文档 发布时间: 20210714
...,unity5.5.3导出报IOException: Win32 IO returned 267. Path: E:/model/LayaScene_/Assets/Main-dat:yunlong System.IO.Directory.CreateDirectoriesInternal (System.String path) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Directory.cs:131) System.IO.Directory.CreateDirectory (...
来源: Laya_社区 发布时间: 20170428