大约有 78 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0029 秒)
...播特效控制台打印了很多这个信息 是什么问题 附件 : --> LayaScene_New_Scene.rar 2019-07-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: https://stackoverflow.com/quest...
来源: Laya_社区 发布时间: 20190722
...); var translate = new Laya.Vector3(0, 0, 0); Laya.Sprite3D.load("res/LayaScene_gamescene/Conventional/chest01.lh", Laya.Handler.create(this, function(sp:Laya.Sprite3D):void { console.log("111111111111111111111") var target: Laya.Sprite3D = scene3d.addChild(sp) as Laya.Sprite3D; ...
来源: Laya_社区 发布时间: 20191206
...beta版本插件版本:LayaAirUnityPlugin 1.7.16.unitypackage 附件 : --> LayaScene_1.zip 2018-08-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 haseef520s 赞同来自: 完整demo在附件里. 2018-08-16 0 0 ...
来源: Laya_社区 发布时间: 20180816
...ght.color = new Laya.Vector3(0.7, 0.6, 0.6); Laya.Sprite3D.load("res/scene/LayaScene_webgl_sky/Conventional/webgl_sky.lh", Laya.Handler.create(this, this.onLoadFinish)); Laya.stage.on(Laya.Event.MOUSE_DOWN, this, this.mouseDown); } onLoadFinish(layaMonkey){ this.layaMonkey=this.scene.addChild(layaMo...
来源: Laya_社区 发布时间: 20200903
...使用不对吗? 创建模型 let s:Laya.Sprite3D = (Laya.Loader.getRes("LayaScene_Plant/Conventional/Tree_52.lh") ).clone() as Laya.Sprite3D; 销毁模型 destroy(); 帮我看看 谢谢 附件 : --> TestPrefab.zip 2020-06-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20200611
...示,但是改变不了position var tempmodels = Laya.loader.getRes("res/LayaScene_Alien/Assets/FBXs_Stacy/EnvArctic_alien-EnvArctic_alien.lm"); this.meshSprite3D = new Laya.MeshSprite3D(tempmodels); scene.addChild(this.meshSprite3D); this.meshSprite3D.transform.position.x = 0; this.meshSprite3D.tr...
来源: Laya_社区 发布时间: 20180926
...lugin 1.7.16 加载场景代码:var scene:Laya.Scene=Laya.Scene.load("../LayaScene_Museum/Museum.ls"); Laya.stage.addChild(scene); 报错throw new Error("LoadModelV03: unknown vertexDeclaration."); 出现异常 2018-07-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20180719
...子的位置 var particleSprite3D:Laya.Sprite3D = Laya.Sprite3D.load("res/LayaScene_effect/effect.lh") as Laya.Sprite3D; particleSprite3D.transform.translate(new Laya.Vector3(0,20,0)) this.scene.addChild(particleSprite3D); 用u3d导出的粒子效果,不能移动粒子的位置 2018-05-16 添加...
来源: Laya_社区 发布时间: 20180516
...imationTemplet(); var tempet:AnimationTemplet = AnimationTemplet.load("res/LayaScene_body1/Assets/H5/body-idle1.lani"); // debugger skinAnimation.templet = tempet body.addComponent(AttachPoint); attachPoint = body.getComponentByType(AttachPoint) as AttachPoint; attachPoint.attachBones.push("Bip001 R...
来源: Laya_社区 发布时间: 20170819
...成后能否获取到具体是哪个对象资源完成 this.LoadAsset("res/LayaScene_H5TestScene/H5TestScene.ls"); private LoadAsset(path: string): void { Laya.loader.create(path, Laya.Handler.create(this, this.OnAssetComplete)); } private OnAssetComplete(): void { console.log("on asset complete:");...
来源: Laya_社区 发布时间: 20180316