大约有 276 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0038 秒)
Laya_社区(131) Laya3.0_api(55) Laya2.0_api(31) Laya_示例(21) laya_api(19) Laya2.0_文档(17) Laya3.0_文档(2)
...omPosition:Vector3, toPosition:Vector3, out:HitResult = null, fromRotation:Quaternion = null, toRotation:Quaternion = null, collisonGroup:int, collisionMask:int, allowedCcdPenetration:Number = 0.0):Boolean 形状检测第一个碰撞的物体。 PhysicsSimulation shapeCastAll(shape:ColliderShape,...
来源: Laya2.0_api 发布时间: 20190513
...t = new Laya.Vector2(); var _position = new Laya.Vector3(0, 0.25, 0); var _quaternion = new Laya.Quaternion(); var _outHitInfo = new Laya.RaycastHit(); function checkHit() { box.transform.position = _position; box.transform.rotation = _quaternion; //从屏幕空间生成射线 point.elements[0] = La...
来源: Laya_示例 发布时间: 20241125
... Laya.Vector3 = new Laya.Vector3(); protected resultRotation: Laya.Quaternion = new Laya.Quaternion(); protected tempRotationZ: Laya.Quaternion = new Laya.Quaternion(); protected tempRotationX: Laya.Quaternion = new Laya.Quaternion(); protected tempRotationY: Laya.Qua...
来源: Laya_社区 发布时间: 20200707
求LayaMonkey旋转四元数Laya.Quaternion.lookAt的时候为什么Z坐标要用负值来算 注释代码里的直接用他的坐标和目标点坐标算旋转的方向是错的。 改成负值之后就正常了 附件 : --> 2017-11-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20171125
...= new Vector3(0, 45, 0); 不过在这里还是贴一下使用代码: var q:Quaternion = new Quaternion(); Quaternion.createFromYawPitchRoll(45,0,0,q); 2017-09-19 1 0 分享 微博 QZONE 微信 avpvsdoom 赞同来自: box.transform.rotate(new Vector3(0,45,0),true,false); 我知道 这个方法可...
来源: Laya_社区 发布时间: 20170919
...t : Vector3 获取Shape的本地偏移。 ColliderShape localRotation : Quaternion 获取Shape的本地旋转。 ColliderShape needsCustomCollisionCallback : Boolean = falseColliderShape type : int[read-only] 获取碰撞类型。 ColliderShapePublic Methods MethodDefined By ColliderSh...
来源: Laya2.0_api 发布时间: 20190513
...calPosition : Vector3 获取局部位置。 Transform3D localRotation : Quaternion 获取局部旋转。 Transform3D localRotationEuler : Vector3 获取局部空间的旋转角度。 Transform3D localScale : Vector3 获取局部缩放。 Transform3D owner : Sprite3D[read-only] 获取所...
来源: laya_api 发布时间: 20170929
...ructors constructor Properties owner Accessors position rigCameras rotationQuaternion Methods _updateFromXRSession destroy Constructors constructor new WebXRCameraManager(camera: any, manager?: WebXRSessionManager): WebXRCameraManager Defined in laya/d3/WebXR/core/WebXRCameraManager.ts:66 用来创...
来源: Laya3.0_api 发布时间: 20231115
...:void 克隆。 Matrix4x4 createAffineTransformation(trans:Vector3, rot:Quaternion, scale:Vector3, out:Matrix4x4):void[static] 计算仿射矩阵 Matrix4x4 createFromQuaternion(rotation:Quaternion, out:Matrix4x4):void[static] 从四元数计算旋转矩阵 Matrix4x4 createLookAt(eye:Vector3...
来源: Laya2.0_api 发布时间: 20190513
...:void 克隆。 Matrix4x4 createAffineTransformation(trans:Vector3, rot:Quaternion, scale:Vector3, out:Matrix4x4):void[static] 计算仿射矩阵 Matrix4x4 createFromQuaternion(rotation:Quaternion, out:Matrix4x4):void[static] 从四元数计算旋转矩阵 Matrix4x4 createLookAt(eye:Vector3...
来源: laya_api 发布时间: 20170929