大约有 845 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0056 秒)
Laya_社区(561) Laya2.0_文档(110) Laya3.0_api(79) Laya3.0_文档(61) Laya_示例(31) Laya2.0_api(2) laya_api(1)
...哈 LagField • 2017-12-28 11:09 那Laya有没有提供直接转换到以Scene坐标系为准的位置的方法呢? LagField • 2017-12-28 11:10 transform.position又写着是世界位置,如果position是已父节点为准的,那这个position有什么作用呢? LagField • 2017-12-28 11...
来源: Laya_社区 发布时间: 20171228
...ory=3d&group=Material&name=EffectMaterialDemo)): ```typescript var earth = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphere())); earth.transform.position = new Laya.Vector3(0, 0, 0); //创建EffectMaterial材质 var material = new Laya.EffectMaterial(); //加载地球贴图 Laya....
来源: Laya2.0_文档 发布时间: 20210714
...ory=3d&group=Material&name=EffectMaterialDemo)): ```typescript var earth = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphere())) as Laya.MeshSprite3D; earth.transform.position = new Laya.Vector3(0, 0, 0); //创建EffectMaterial材质 var material = new Laya.EffectMaterial(); //加...
来源: Laya2.0_文档 发布时间: 20210714
...关于遍历产生的sprite的点击事件,急,大神帮看哈 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 Animation如何加点击事件 lh文件内meshSprite添加阴影属性无效 问题状态 最新活动: 2019-07-11 11:32 浏览: ...
来源: Laya_社区 发布时间: 20190711
...modelSprite = Laya.Sprite3D.load("model/build/warehouse1/warehouse1.lh"); scene.addChild(modelSprite); modelSprite.transform.rotate(new Laya.Vector3(0, 90, 0), false, false);无法实现旋转效果 也不会报任何错误,打断点是确定这个modelSprite是sprite3D对象 附件上传了我的...
来源: Laya_社区 发布时间: 20180104
...Json02 (http://10.251.141.146:8900/bin ... 837:23) at Function._parseScene (http://10.251.141.146:8900/bin ... 868:39) at _onHierarchyInnerFirstLevResouLoaded (http://10.251.141.146:8900/bin ... 892:67) ==JSERROR: http://10.251.141.146:8900/bin ... :439: TypeError: bt.btBvhTriangleMesh...
来源: Laya_社区 发布时间: 20230715
... //加载IDE指定的场景 GameConfig.startScene && Laya.Scene.open(GameConfig.startScene); Laya.timer.once(1000, this, this.a) } private a () { let a:Sprite = Laya.stage.getCh...
来源: Laya_社区 发布时间: 20200813
...aught (in promise) DOMException: play() 运行报错 Uncaught Can not find scene:GameView.scene undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Uncaught TypeError: Cannot read property 'props' of undefine...
来源: Laya_社区 发布时间: 20181018
...on(Laya.Event.CLICK, this, function (e) { Laya.stage.destroyChildren(); newScene(); });问题:LayaAirUnityPlugin 1.1.0导出了 ls 场景文件,在通过Laya.loader.create()预加载后。在3次Laya.Scene.load()后,最后一次 Laya.stage.destroyChildren();出现异常。(引擎是最新的...
来源: Laya_社区 发布时间: 20170615
关于射线检测,返回所有碰撞结果的问题 this.scene.physicsSimulation.raycastAllFromTo(new Laya.Vector3(pos.x, -1, pos.z + 1), new Laya.Vector3(pos.x, 0 + 99, pos.z + 1), vAlign); 这里的 vAlign,数组内的碰撞结果 顺序是随机的还是和射线方向有关,我使用的...
来源: Laya_社区 发布时间: 20190916