大约有 69 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
...nsform 属性。这些转换函数包括平移(x 和 y 重新定位)、旋转、缩放和倾斜。 Public Properties PropertyDefined By a : Number缩放或旋转图像时影响像素沿 x 轴定位的值。Matrix b : Number旋转或倾斜图像时影响像素沿 y 轴定位的值。Matrix...
来源: Laya2.0_api 发布时间: 20190513
...位置变化会自动同步到显示对象,显示对象本身的位移,旋转(父对象位移无效)也会自动同步到物理世界 由于引擎限制,暂时不支持以下情形: 1.不支持绑定节点缩放 2.不支持绑定节点的父节点缩放和旋转 3.不支持实时控制...
来源: Laya2.0_api 发布时间: 20190513
...位置Z轴分量。 Transform3D localRotation : Quaternion 获取局部旋转。 Transform3D localRotationEuler : Vector3 获取局部空间欧拉角。 Transform3D localRotationEulerX : Number 获取局部空间的X轴欧拉角。 Transform3D localRotationEulerY : Number 获取局部空...
来源: Laya2.0_api 发布时间: 20190513
...ternion(rotation:Quaternion, out:Matrix4x4):void[static] 从四元数计算旋转矩阵 Matrix4x4 createLookAt(eye:Vector3, target:Vector3, up:Vector3, out:Matrix4x4):void[static] 计算观察矩阵 Matrix4x4 createOrthoOffCenter(left:Number, right:Number, bottom:Number, top:Number, znear:Numb...
来源: Laya2.0_api 发布时间: 20190513
... createFromRotation(rad:Number, out:Matrix3x3):void[static] 根据指定旋转生成3x3矩阵 Matrix3x3 createFromScaling(scale:Vector2, out:Matrix3x3):void[static] 根据制定缩放生成3x3矩阵 Matrix3x3 createFromTranslation(trans:Vector2, out:Matrix3x3):void[static] 根据指定平...
来源: Laya2.0_api 发布时间: 20190513
...nion createFromMatrix4x4(mat:Matrix4x4, out:Quaternion):void[static] 从旋转矩阵计算四元数 Quaternion createFromYawPitchRoll(yaw:Number, pitch:Number, roll:Number, out:Quaternion):void[static] 从欧拉角生成四元数(顺序为Yaw、Pitch、Roll) Quaternion dot(left:Quaterni...
来源: Laya2.0_api 发布时间: 20190513
... createFromMatrix4x4(mat:Matrix4x4, out:ConchQuaternion):void[static] 从旋转矩阵计算四元数 ConchQuaternion createFromYawPitchRoll(yaw:Number, pitch:Number, roll:Number, out:ConchQuaternion):void[static] 从欧拉角生成四元数(顺序为Yaw、Pitch、Roll) ConchQuaternion dot...
来源: Laya2.0_api 发布时间: 20190513
...销,无需renderTarget支持。 Sprite canvasDegree : int = 0画布的旋转角度。Stage canvasRotation : Boolean = false画布是否发生翻转。Stage clientScaleX : Number[read-only] 当前视窗由缩放模式导致的 X 轴缩放系数。Stage clientScaleY : Number[read-only] ...
来源: Laya2.0_api 发布时间: 20190513
...鼠标事件。通过 graphics 可以绘制图片或者矢量图,支持旋转,缩放,位移等操作。Sprite同时也是容器类,可用来添加多个子节点。 注意: Sprite 默认没有宽高,可以通过getBounds函数获取;也可手动设置宽高;还可以设置autoSize=tr...
来源: Laya2.0_api 发布时间: 20190513
...。Sprite globalRotation : Number[read-only] 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Sprite globalScaleX : Number[read-only] 获得相对于stage的全局X轴缩放值(会叠加父亲节点的缩放值)。 Sprite globalScaleY : Number[read-only] 获得...
来源: Laya2.0_api 发布时间: 20190513