大约有 145 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0032 秒)
Laya_社区(40) Laya3.0_api(38) Laya2.0_文档(28) Laya2.0_api(17) laya_api(13) Laya3.0_文档(7) Laya_示例(2)
... By distance : Number平面到坐标系原点的距离Plane normal : Vector3平面的向量Plane PlaneIntersectionType_Back : int = 0[static] 平面与其他几何体相交类型Plane PlaneIntersectionType_Front : int = 1[static] Plane PlaneIntersectionType_Intersecting : int = 2[stat...
来源: Laya2.0_api 发布时间: 20190513
...I DocumentationAll Packages | All Classes | Index | Frames No Frames Vector4Properties | Methods Packagelaya.d3.mathClasspublic class Vector4InheritanceVector4 ObjectImplements laya.d3.core.IClone Vector4 类用于创建四维向量。 Public Properties PropertyDefined By ONE : Vector4[s...
来源: Laya2.0_api 发布时间: 20190513
...Returns Picker Methods Static calculateCursorRay calculateCursorRay(point: Vector2, viewPort: Viewport, projectionMatrix: Matrix4x4, viewMatrix: Matrix4x4, world: Matrix4x4, out: Ray): void Defined in laya/d3/utils/Picker.ts:35 计算鼠标生成的射线。 Parameters point: Vector2 鼠标位置。...
来源: Laya3.0_api 发布时间: 20231115
...I DocumentationAll Packages | All Classes | Index | Frames No Frames Vector3Properties | Methods Packagelaya.d3.mathClasspublic class Vector3InheritanceVector3 ObjectImplements laya.d3.core.IClone Vector3 类用于创建三维向量。 Public Properties PropertyDefined By x : NumberX轴...
来源: Laya2.0_api 发布时间: 20190513
...I DocumentationAll Packages | All Classes | Index | Frames No Frames Vector3Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Vector3InheritanceVector3 ObjectImplements laya.d3.core.IClone Vector3 类用于创建三维向量。 Public Properties PropertyDefined By el...
来源: laya_api 发布时间: 20170929
...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
...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 0.8, 1.5)); camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); camera.clearFlag = Laya.BaseCamera.CLEARFLAG_SKY; camera.addComponent(CameraMoveScript); var skyBox = new Laya.SkyBox(); camera.sky = s...
来源: Laya_社区 发布时间: 20170515
...B。ContactPoint distance : Number = 0距离。ContactPoint normal : Vector3法线。ContactPoint positionOnA : Vector3碰撞器A的碰撞点。ContactPoint positionOnB : Vector3碰撞器B的碰撞点。ContactPointPublic Methods MethodDefined By ContactPoint() 创建一个 ContactP...
来源: Laya2.0_api 发布时间: 20190513
...距离。 * @param isLocal 是否局部空间。 */ translate(translation: Vector3, isLocal: boolean = true): void { if (isLocal) { Matrix4x4.createFromQuaternion(this.localRotation, Transform3D._tempMatrix0); Vector3.transformCoordinate(translation, Transform3D._tempMatrix0, Transform3D._tempVector...
来源: Laya3.0_文档 发布时间: 20241014
...-------------- | ---------------------------------------- | | setAxis(axis:Vector3,secondaryAxis:Vector3) | Axis和Secondary Axis | 设置对象自然旋转的局部轴主轴 | | XMotion | XMotion | 设置x轴线性轴上运动的模式 | | YMotion | YMotion | 设置y轴线性轴上运动的模式 |...
来源: Laya2.0_文档 发布时间: 20210714