大约有 41 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0028 秒)
...set : Vector3 获取Shape的本地偏移。 ColliderShape localRotation : Quaternion 获取Shape的本地旋转。 ColliderShape mesh : Mesh 获取网格。 MeshColliderShape needsCustomCollisionCallback : Boolean = falseColliderShape type : int[read-only] 获取碰撞类型。 ColliderShapePu...
来源: Laya2.0_api 发布时间: 20190513
... //实例化一个四元素 this.tempRotationZ = new Laya.Quaternion(); //鼠标是否按下默认为没有按下 this.isMouseDown = false; //旋转速度 this.rotaionSpeed = 0.00006; this.mainCameraAnimation = null; t...
来源: Laya_社区 发布时间: 20170810
...set : Vector3 获取Shape的本地偏移。 ColliderShape localRotation : Quaternion 获取Shape的本地旋转。 ColliderShape needsCustomCollisionCallback : Boolean = falseColliderShape sizeX : Number[read-only] 获取X轴尺寸。 BoxColliderShape sizeY : Number[read-only] 获取Y轴尺...
来源: Laya2.0_api 发布时间: 20190513
...set : Vector3 获取Shape的本地偏移。 ColliderShape localRotation : Quaternion 获取Shape的本地旋转。 ColliderShape needsCustomCollisionCallback : Boolean = falseColliderShape orientation : int[read-only] 获取方向。 CapsuleColliderShape radius : Number[read-only] 获取半...
来源: Laya2.0_api 发布时间: 20190513
...set : Vector3 获取Shape的本地偏移。 ColliderShape localRotation : Quaternion 获取Shape的本地旋转。 ColliderShape needsCustomCollisionCallback : Boolean = falseColliderShape type : int[read-only] 获取碰撞类型。 ColliderShapePublic Methods Hide Inherited Public Methods Show I...
来源: Laya2.0_api 发布时间: 20190513
...).getChildByName("MoveBlockPivot") as Laya.Sprite3D; let newRot = new Laya.Quaternion(0, 0, 0, 0); Laya.Quaternion.createFromYawPitchRoll(0, 0* (Math.PI / 180), 0, newRot); this.pivot.transform.rotation = newRot; .............................................. if (e.keyCode == 97) { // console.log("a...
来源: Laya_社区 发布时间: 20171228
...旋转,会使这个方体根据世界坐标系的坐标轴进行旋转 //Quaternion四元数,常用来表示3d旋转,可以根据各个轴的旋转弧度计算出 //Quaternion.createFromYawPitchRoll(yaw:Number, pitch:Number, roll:Number, out:Quaternion) box.transform.rotation = new Quaternion(x,...
来源: Laya_社区 发布时间: 20161223
...trix4x4` 局部矩阵。 `position:Vector3` 世界位置。 `localRotation:Quaternion` 局部旋转。 `scale:Vector3` 世界缩放。 `worldMatrix:Matrix4x4` 世界矩阵 `rotation:Quaternion` 世界旋转。 `right:Vector3` [read-only] 获取向右方向。 `forward:Vector3` [read-only]获取向...
来源: Laya2.0_文档 发布时间: 20210715
...trix4x4` 局部矩阵。 `position:Vector3` 世界位置。 `localRotation:Quaternion` 局部旋转。 `scale:Vector3` 世界缩放。 `worldMatrix:Matrix4x4` 世界矩阵 `rotation:Quaternion` 世界旋转。 `right:Vector3` [read-only] 获取向右方向。 `forward:Vector3` [read-only]获取向...
来源: Laya2.0_文档 发布时间: 20210714
...trix4x4` 局部矩阵。 `position:Vector3` 世界位置。 `localRotation:Quaternion` 局部旋转。 `scale:Vector3` 世界缩放。 `worldMatrix:Matrix4x4` 世界矩阵 `rotation:Quaternion` 世界旋转。 `right:Vector3` [read-only] 获取向右方向。 `forward:Vector3` [read-only]获取向...
来源: Laya2.0_文档 发布时间: 20210715