• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 917 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0053 秒)

611. Cannot read property 'toDefault' of undefined报错是什么原因 [ 59%]

....camera.addComponent(VRCameraMoveScript); this.ray = new Laya.Ray(new Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); this.point = new Laya.Vector2(); this._outHitInfo = new Laya.RaycastHit(); // this.phasorSpriter3D = new Laya.PhasorSpriter3D(); } MousePickingScene.prototype.lateRender = functio...

来源: Laya_社区 发布时间: 20170323

612. unity 3d 骨骼动画资源到处 KeyNotFoundException: The given key was not present in the dictionary 问题 [ 59%]

...a (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolea...

来源: Laya_社区 发布时间: 20180319

613. laya.d3.core.light.PointLight [ 59%]

...archy : Boolean[read-only] 获取在场景中是否激活。 Node color : Vector3 灯光颜色。 LightSprite destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node diffuseColor : Vector3 获取灯光的漫反射颜色。 LightSprite displayedInStage : Bool...

来源: Laya2.0_api 发布时间: 20190513

614. unity导出的场景.ls加载到laya3d中报错 [ 59%]

...dChild(camera); //移动摄像机位置 camera.transform.position=new Laya.Vector3(-8, 4, 15); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3( -8, -25, 0), true, false); } } new LayaAir3D();   2017-10-17 0 0 分享 微博 QZONE 微信 Monica - 知识达人 赞同来自: 麻烦上...

来源: Laya_社区 发布时间: 20171017

615. 体验LayaAir 3.0.0-beta.4遇到的一些问题 [ 59%]

...   // rig.restitution = 0.9;             // rig.gravity = new Laya.Vector3(0, -10, 0);             // rig.overrideGravity = true;             //这里如果不把原来的刚体销毁重新设置,篮球不会落下来             rig.destroy();             const rigi...

来源: Laya_社区 发布时间: 20230220

616. laya.d3.core.light.SpotLight [ 59%]

...archy : Boolean[read-only] 获取在场景中是否激活。 Node color : Vector3 灯光颜色。 LightSprite destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node diffuseColor : Vector3 获取灯光的漫反射颜色。 LightSprite displayedInStage : Bool...

来源: Laya2.0_api 发布时间: 20190513

617. 加载prefab的代码编译失败,提示“Property 'transform' does not exist on type 'Node'” [ 59%]

...d(sp);                 layaMonkey2.transform.localScale = new Laya.Vector3(4, 4, 4);                 layaMonkey2.transform.translate(new Laya.Vector3(-10, 13, 0));             })); 但是编译时报如下错误: [23:43:30] Starting 'compile'... { Error: D:/Workspace/LayaTest...

来源: Laya_社区 发布时间: 20211009

618. 2.0 添加场景雾之后 粒子特效离原点越远 效果越淡 [ 59%]

...Fog = true; //设置雾化的颜色 GamePanel.curScene.fogColor = new Laya.Vector3(0.59, 0.59, 0.59); //设置雾化的起始位置,相对于相机的距离 GamePanel.curScene.fogStart = 1; //设置雾化最浓处的距离。 GamePanel.curScene.fogRange = 100; 然后导入ls文件 移动小球模...

来源: Laya_社区 发布时间: 20190412

619. laya.d3.shader.SubShader_API3.0 [ 59%]

...or4] Defined in laya/d3/shader/SubShader.ts:48 a_Normal a_Normal: [number, Vector3] = [VertexMesh.MESH_NORMAL0, ShaderDataType.Vector3] Defined in laya/d3/shader/SubShader.ts:44 a_Position a_Position: [number, Vector4] = [VertexMesh.MESH_POSITION0, ShaderDataType.Vector4] Defined in laya/d3/shader/S...

来源: Laya3.0_api 发布时间: 20231102

620. laya加载unity插件导出的场景 physics3D is not a function [ 58%]

...dChild(camera); //移动摄像机位置 camera.transform.position=new Laya.Vector3(-8, 4, 15); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3( -8, -25, 0), true, false); })); } } 2018-12-27 0 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: Seekers GameUI 里面 把初始化...

来源: Laya_社区 发布时间: 20181227