大约有 211 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0034 秒)
...er setExtent setMax setMin Constructors constructor new NativeBounds(min?: Vector3, max?: Vector3): NativeBounds Defined in laya/d3/RenderObjs/NativeOBJ/NativeBounds.ts:139 创建一个 Bounds 实例。 Parameters Optional min: Vector3 min 最小坐标 Optional max: Vector3 max 最大坐标。 Retur...
来源: Laya3.0_api 发布时间: 20231115
...setMax setMin containPoint merge Constructors constructor new Bounds(min?: Vector3, max?: Vector3): Bounds Defined in laya/d3/math/Bounds.ts:130 创建一个 Bounds 实例。 Parameters Optional min: Vector3 min 最小坐标 Optional max: Vector3 max 最大坐标。 Returns Bounds Accessors max get ...
来源: Laya3.0_api 发布时间: 20231115
...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
...。 Static rayIntersectsTriangle rayIntersectsTriangle(ray: Ray, vertex1: Vector3, vertex2: Vector3, vertex3: Vector3): number Defined in laya/d3/utils/Picker.ts:73 计算射线和三角形碰撞并返回碰撞距离。 Parameters ray: Ray 射线。 vertex1: Vector3 顶点1。 vertex2: Vector3 顶...
来源: Laya3.0_api 发布时间: 20231115
...bPoints createfromPoints Constructors constructor new BoundSphere(center?: Vector3, radius?: number): BoundSphere Defined in laya/d3/math/BoundSphere.ts:30 创建一个 BoundSphere 实例。 Parameters Default value center: Vector3 = new Vector3 包围球的中心。 Default value radius: number = 0...
来源: Laya3.0_api 发布时间: 20231115
...in laya/d3/physicsCannon/CannonContactPoint.ts:19 距离。 normal normal: Vector3 = new Vector3() Defined in laya/d3/physicsCannon/CannonContactPoint.ts:21 法线。 positionOnA positionOnA: Vector3 = new Vector3() Defined in laya/d3/physicsCannon/CannonContactPoint.ts:23 碰撞器A的碰撞点。 ...
来源: Laya3.0_api 发布时间: 20231102
...= 0 Defined in laya/d3/physics/ContactPoint.ts:19 距离。 normal normal: Vector3 = new Vector3() Defined in laya/d3/physics/ContactPoint.ts:21 法线。 positionOnA positionOnA: Vector3 = new Vector3() Defined in laya/d3/physics/ContactPoint.ts:23 碰撞器A的碰撞点。 positionOnB positionOnB:...
来源: Laya3.0_api 发布时间: 20231115
...anager.hasKeyDown(87) && this.kinematicSphere.transform.translate(new Laya.Vector3(0, 0, -0.2));//W Laya.KeyBoardManager.hasKeyDown(83) && this.kinematicSphere.transform.translate(new Laya.Vector3(0, 0, 0.2));//S Laya.KeyBoardManager.hasKeyDown(65) && this.kinematicSphere.transform.translate(new Lay...
来源: Laya2.0_文档 发布时间: 20210715
...Parameters cullSphere: BoundSphere Returns void direction get direction(): Vector3 set direction(direction: Vector3): void Defined in laya/d3/RenderObjs/NativeOBJ/NativeShadowCullInfo.ts:79 Returns Vector3 Defined in laya/d3/RenderObjs/NativeOBJ/NativeShadowCullInfo.ts:71 Parameters direction: Vecto...
来源: Laya3.0_api 发布时间: 20231115
...anager.hasKeyDown(87) && this.kinematicSphere.transform.translate(new Laya.Vector3(0, 0, -0.2));//W Laya.KeyBoardManager.hasKeyDown(83) && this.kinematicSphere.transform.translate(new Laya.Vector3(0, 0, 0.2));//S Laya.KeyBoardManager.hasKeyDown(65) && this.kinematicSphere.transform.translate(new Lay...
来源: Laya2.0_文档 发布时间: 20210714