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

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

131. laya.d3.utils.Utils3D_API3.0 [ 92%]

...AndMatrixFast mulMatrixByArrayFast quaternionWeight transformQuat transformVector3ArrayByQuat transformVector3ArrayToVector3ArrayCoordinate transformVector3ArrayToVector3ArrayNormal uint8ArrayToArrayBuffer Properties Static _tempV0 _tempV0: Vector3 = new Vector3() Defined in laya/d3/utils/Utils3D.ts...

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

132. rigidBody.applyForce 物体不会移动 [ 92%]

...rite3D; private monster_character: Laya.Sprite3D; private translateW: Laya.Vector3 = new Laya.Vector3(0, 0, 0.2); private translateS: Laya.Vector3 = new Laya.Vector3(0, 0, -0.2); private translateA: Laya.Vector3 = new Laya.Vector3(0.2, 0, 0); private translateD: Laya.Vector3 = new Laya.Vector3(-0.2,...

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

133. 数学库中的Vector2上缺少很多函数 [ 92%]

数学库中的Vector2上缺少很多函数 二位向量缺少很多函数,点乘长度之类的功能都没有。 2018-02-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 对,有些...

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

134. laya.d3.math.Plane_API3.0 [ 92%]

...neTo normalize createPlaneBy3P Constructors constructor new Plane(normal?: Vector3, d?: number): Plane Defined in laya/d3/math/Plane.ts:16 创建一个 Plane 实例。 Parameters Default value normal: Vector3 = new Vector3 平面的向量 Default value d: number = 0 平面到原点的距离 Returns ...

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

135. laya.d3.physics.CharacterController [ 92%]

...roller friction : Number 获取摩擦力。 PhysicsComponent  gravity : Vector3 获取重力。 CharacterController id : int[read-only] 获取唯一标识ID。 Component isActive : Boolean[read-only] 获取是否激活。 PhysicsComponent  isGrounded : Boolean[read-only] 获取角色是否在...

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

136. laya.d3.math.BoundBox [ 92%]

...类用于创建包围盒。 Public Properties PropertyDefined By  max : Vector3最大顶点。BoundBox  min : Vector3最小顶点。BoundBoxPublic Methods  MethodDefined By  BoundBox(min:Vector3, max:Vector3) 创建一个 BoundBox 实例。 BoundBox  clone():* 克隆。 BoundBox  cloneTo...

来源: laya_api 发布时间: 20170929

137. laya.d3.core.render.posteffect.ColorGradEffect_API3.0 [ 92%]

...开启Split Tone Parameters value: boolean Returns void gain get gain(): Vector3 set gain(value: Vector3): void Defined in laya/d3/core/render/PostEffect/ColorGradEffect.ts:353 gain 0-2 Returns Vector3 Defined in laya/d3/core/render/PostEffect/ColorGradEffect.ts:357 gain 0-2 Parameters value: Vector...

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

138. 加载.lh文件 运行后黑屏 无法显示 [ 92%]

...ate scene:Laya.Scene3D;     private text:Laya.Text;     private _upVector3:Laya.Vector3 = new Laya.Vector3(0, 1, 0);     constructor() {         this._upVector3 = new Laya.Vector3(0, 1, 0);         Laya3D.init(0, 0); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stag...

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

139. 灯光-方向光 [ 92%]

...dChild(new Laya.Camera(0, 0.1, 1000)); camera.transform.translate(new Laya.Vector3(0, 0.7, 1.3)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.addComponent(CameraMoveScript); //方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color...

来源: Laya_示例 发布时间: 20241118

140. 高级应用-实时阴影 [ 92%]

...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 0.7, 1.2)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.direction = new Laya.Vector3(0, -0.8, -1); directionLigh...

来源: Laya_示例 发布时间: 20241118