大约有 264 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
...转吗? 可以让一个Sprite做rotationX旋转吗? 类似Flash里的Matrix3D类 给mc.transform.matrix3D设置的那种 或者类似Flash里的 rect1.rotationX = 15; 这种设置 可以轻松让Sprite做一个绕X轴的旋转? 2016-12-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20161228
...主域这边通过下面方式把矩阵信息传过去 主域: var form:Matrix = Laya.stage._canvasTransform; var form_arr:Array = [form.a,form.b,form.c,form.d,form.tx,form.ty]; 开放域 Laya.stage._canvasTransform.setTo(arr[0],arr[1],arr[2],arr[3],arr[4],arr[5]); 2018-07-02 0 0 分享 微博 QZO...
来源: Laya_社区 发布时间: 20180511
...ormalize rotateX rotateY rotateZ scaling add createFromAxisAngle createFromMatrix3x3 createFromMatrix4x4 createFromYawPitchRoll dot invert lerp lookAt multiply rotationLookAt rotationMatrix slerp Constructors constructor new ConchQuaternion(x?: number, y?: number, z?: number, w?: number, nativeEleme...
来源: Laya3.0_api 发布时间: 20231102
...片地址,则会自动加载图片,然后显示 Sprite transform : Matrix[override] 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Stage useRetinalCanvas : Boolean = false使用物理分辨率作为canvas大...
来源: Laya2.0_api 发布时间: 20190513
...teX rotateY rotateZ scaling set setValue add createFromAxisAngle createFromMatrix4x4 createFromYawPitchRoll dot forwardLookAt invert lerp lookAt multiply rotationLookAt rotationMatrix slerp Constructors constructor new Quaternion(x?: number, y?: number, z?: number, w?: number): Quaternion Defined in...
来源: Laya3.0_api 发布时间: 20231115
...inese/index.html?category=Core&class=laya.d3.math.BoundBox) 。 **矩阵(Matrix)** 矩阵是一个按照长方阵列排列的复数或实数集合。LayaAir3D中支持 **3X3矩阵([API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.math.Matrix3x3))...
来源: Laya2.0_文档 发布时间: 20210714
...inese/index.html?category=Core&class=laya.d3.math.BoundBox) 。 **矩阵(Matrix)** 矩阵是一个按照长方阵列排列的复数或实数集合。LayaAir3D中支持 **3X3矩阵([API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.math.Matrix3x3))...
来源: Laya2.0_文档 发布时间: 20210715
...teX rotateY rotateZ scaling set setValue add createFromAxisAngle createFromMatrix4x4 createFromYawPitchRoll dot forwardLookAt invert lerp lookAt multiply rotationLookAt rotationMatrix slerp Constructors constructor new Quaternion(x?: number, y?: number, z?: number, w?: number): Quaternion Defined in...
来源: Laya3.0_api 发布时间: 20231102
...inese/index.html?category=Core&class=laya.d3.math.BoundBox) 。 **矩阵(Matrix)** 矩阵是一个按照长方阵列排列的复数或实数集合。LayaAir3D中支持 **3X3矩阵([API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.math.Matrix3x3))...
来源: Laya2.0_文档 发布时间: 20210715
....prototype)._postMsg = function () { var mat: Laya.Matrix = new Laya.Matrix(); //修改的地方,转换成全局坐标 var p: Laya.Point = this.localToGlobal(new Laya.Point()); mat.translate(p.x, p.y); ...
来源: Laya_社区 发布时间: 20190822