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

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

451. 写了个边缘光的自定义shader,有很多问题,帮忙看一下 [ 66%]

....lsani"); skinAni4.player.play(); mesh4.transform.localPosition = new Laya.Vector3(-2, 0,0); mesh4.transform.localScale = new Laya.Vector3(30,30,30); var mesh =scene.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("xiong/xiong.lm"))); var skinAni = mesh.addComponent(Laya.SkinAnimations); skinAni.templ...

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

452. laya.d3.core.light.AreaLightCom_API3.0 [ 65%]

...:59 面光类型 Parameters value: AreaShape Returns void size get size(): Vector2 set size(value: Vector2): void Defined in laya/d3/core/light/AreaLightCom.ts:81 面光大小 Returns Vector2 Defined in laya/d3/core/light/AreaLightCom.ts:77 面光大小 Parameters value: Vector2 Returns void spread ...

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

453. laya.d3.core.Camera_API3.0 [ 65%]

...ted from Node._extra Defined in laya/display/Node.ts:56 _forward _forward: Vector3 = new Vector3() Inherited from BaseCamera._forward Defined in laya/d3/core/BaseCamera.ts:174 前向量 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _up _up: Vector3 = new Vector3(...

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

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

....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

455. 3Ddemo加载Unity导出场景报错resou._removeReference is not a function [ 65%]

...Camera(0, 0.1, 1000))) as Laya.Camera; camera.transform.translate(new Laya.Vector3(0, 3, 3)); camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); })); } } 2019-04-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

456. laya.d3.core.scene.bvhscenerendermanager.BVHRenderBox_API3.0 [ 65%]

...0 获得渲染list Returns IBoundsCell[] getNearlist getNearlist(checkPos: Vector3): BVHSpatialBox<T> Inherited from BVHSpatialBox.getNearlist Defined in laya/d3/core/scene/bvh/BVHSpatialBox.ts:363 获得最近的Content BVHBox Parameters checkPos: Vector3 Returns BVHSpatialBox<T> getchi...

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

457. laya.d3.utils.Physics3DUtils [ 65%]

...简单物理检测。 Public Properties PropertyDefined By  gravity : Vector3[static] 重力值。Physics3DUtilsPublic Methods  MethodDefined By  Physics3DUtils() 创建一个 Physics 实例。 Physics3DUtils  getIColliderCollision(collider1:PhysicsComponent, collider2:PhysicsComponent):Bool...

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

458. 组件装饰器说明 · LayaAir3.0文档 · LAYABOX [ 65%]

...型 装饰器属性标识的类型支持引擎对象类型(例如:Laya.Vector3、Laya.Sprite3D、Laya.Camera等)、自定义的对象类型(需要标记@regClass())、以及TS语言的基本类型。 2.5.1 引擎对象类型 引擎对象类型的理解比较简单,暴露组件属性之...

来源: Laya3.0_文档 发布时间: 20241014

459. laya.d3.webxr.core.WebXRCamera_API3.0 [ 65%]

...ted from Node._extra Defined in laya/display/Node.ts:56 _forward _forward: Vector3 = new Vector3() Inherited from BaseCamera._forward Defined in laya/d3/core/BaseCamera.ts:174 前向量 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _up _up: Vector3 = new Vector3(...

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

460. timer.loop帧率高于物理帧率移动父级导致子物体本地坐标异常 [ 65%]

...ody.overrideGravity = true;             rigidbody.gravity = new Laya.Vector3();             rigidbody.isTrigger = true;             rigidbody.isKinematic = false;             rigidbody.colliderShape = new Laya.CompoundColliderShape();             this.cube.transform.loc...

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