大约有 78 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0033 秒)
请问 .lh资源导出时会在角色外包裹一层sprite3D 是什么意思? 2017-12-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: laya不能直接用模型文件,我们选用的...
来源: Laya_社区 发布时间: 20171228
...小通过率 Parameters value: number Returns void renders get renders(): Sprite3D[] set renders(value: Sprite3D[]): void Defined in laya/d3/component/LODGroup.ts:93 设置LODInfo的节点信息 Returns Sprite3D[] Defined in laya/d3/component/LODGroup.ts:86 设置LODInfo的节点信息 Parameters va...
来源: Laya3.0_api 发布时间: 20231115
... at PhysicsCollider.__proto._destroy (laya.core.js:6989) at MeshSprite3D.__proto._destroyAllComponent (laya.core.js:13738) at MeshSprite3D.__proto.destroy (laya.core.js:13089) at MeshSprite3D.__proto.destroy (laya.d3.js:29943) at MeshSprite3D.__proto.destroy (laya.d3....
来源: Laya_社区 发布时间: 20190415
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mas...
来源: Laya_社区 发布时间: 20190617
...ild(Loader.getRes("res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh")) as Sprite3D; //克隆sprite3d layaMonkey_clone1 = Sprite3D.instantiate(layaMonkey, scene, false, new Vector3(0.6, 0, 0)); //克隆sprite3d layaMonkey_clone2 = scene.addChild(Sprite3D.instantiate(layaMonkey, null, false, new Vect...
来源: Laya_社区 发布时间: 20181017
...什么? 已上传 Demo 附件 TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体...
来源: Laya_社区 发布时间: 20201128
怎么清理掉 Sprite3D 相关的缓存资源, 资源destroy后内存还下降、。 角色,放几个技能后内存从 60 M 长到 90M,清理后,内存没下降。 清理方法 override public function destroy(destroyChild:Boolean = true):void { if...
来源: Laya_社区 发布时间: 20180517
...on 2018-08-02 0 5 分享 微博 QZONE 微信 赞同来自: 不经过Sprite3D.instantiate,直接addchild,this.scene2.addChild(Laya.loader.getRes("res/test.lh")),就没问题 @Laya_Aaron 2018-08-02 0 4 分享 微博 QZONE 微信 家民 赞同来自: 这个问题一直都还存在吗??? ...
来源: Laya_社区 发布时间: 20180801
...版本引擎? 这个2d3d都可以用的, 3d也有专门的接口 sprite3d.load 和 scene3d.load 也是调用的这俩方法。 2019-05-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Ai文广 相关问题 加载到舞台的3D...
来源: Laya_社区 发布时间: 20181128
...选Scene var scene = Laya.stage.addChild(Laya.Scene.load("xxx")); 如果选Sprite3D var sprite3d = scene.addChild(Laya.Sprite3D.load("xxx")); 2017-05-16 0 0 分享 微博 QZONE 微信 wangweihui 赞同来自: 请问 我用unity导出到laya里之后 场景lightmap是乱的。这是什么原因呢 ...
来源: Laya_社区 发布时间: 20170515