• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 9 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0032 秒)

1. laya.maths.Point_API3.0 [ 100%]

...c/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Point" Point Class Point Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Hierarchy Point Index Constructors constructor Properties x y TEMP Methods copy distance normal...

来源: Laya3.0_api 发布时间: 20231115

2. laya.maths.Point [ 94%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames PointProperties | Methods | Constants Packagelaya.mathsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Properti...

来源: laya_api 发布时间: 20170929

3. laya.maths.Point [ 89%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames PointProperties | Methods | Constants Packagelaya.mathsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Properti...

来源: Laya2.0_api 发布时间: 20190513

4. laya.maths.Matrix_API3.0 [ 84%]

...e concat copyTo destroy getScaleX getScaleY identity invert invertTransformPoint recover rotate scale setTo setTranslate skew toString transformPoint transformPointN translate create mul mul16 Constructors constructor new Matrix(a?: number, b?: number, c?: number, d?: number, tx?: number, ty?: numbe...

来源: Laya3.0_api 发布时间: 20231115

5. laya.maths.Matrix [ 73%]

...invert():Matrix 执行原始矩阵的逆转换。 Matrix  invertTransformPoint(out:Point):Point 对指定的点应用当前矩阵的逆转化并返回此点。 Matrix  mul(m1:Matrix, m2:Matrix, out:Matrix):Matrix[static] 将指定的两个矩阵相乘后的结果赋值给指定的输出对象。...

来源: laya_api 发布时间: 20170929

6. laya.maths.Matrix [ 73%]

...invert():Matrix 执行原始矩阵的逆转换。 Matrix  invertTransformPoint(out:Point):Point 对指定的点应用当前矩阵的逆转化并返回此点。 Matrix  mul(m1:Matrix, m2:Matrix, out:Matrix):Matrix[static] 将指定的两个矩阵相乘后的结果赋值给指定的输出对象。...

来源: Laya2.0_api 发布时间: 20190513

7. Laya2.0 刚体获取body时,场景中所有刚体紊乱 [ 63%]

...             //TODO:                 var p:Point = value.localToGlobal(Point.TEMP.setTo(0, 0));                 world.ShiftOrigin({x: p.x / PIXEL_RATIO, y: p.y / PIXEL_RATIO});             }         } 2018-11-23 0 2 分享 微博 QZO...

来源: Laya_社区 发布时间: 20181122

8. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 58%]

... function getScreenPositionByTilePos(tileX:Number, tileY:Number, screenPos:Point = null):void {             if (screenPos) {                 switch (_map.orientation) {                 case TiledMap.ORIENTATION_ISOMETRIC:                      screenPo...

来源: Laya_社区 发布时间: 20161109

9. 引擎 TiledMap 居然不支持图块翻转 [ 28%]

...     this._dataDic = null;             this._tempMapPos = new Laya.Point();             this.layerName = null;         }         init (layerData, map) {             this._map = map;             this._mapData = layerData.data;             var tHeight = layerDat...

来源: Laya_社区 发布时间: 20220627