大约有 553 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
Laya_社区(253) Laya3.0_api(90) Laya2.0_api(84) laya_api(67) Laya2.0_文档(30) Laya2.0_示例(11) Laya_示例(10) Laya3.0_文档(8)
...码片段: onTriggerEnter(other: any, self: any, contact: any) { let pointes = contact.getHitInfo().points; let potSelf = new Laya.Point(pointes[0].x, pointes[0].y); let potOther = new Laya.Point(pointes[0].x, pointes[0].y); self.owner.globalToLocal(potSelf); other.owner.globalToLocal(potO...
来源: Laya_社区 发布时间: 20190609
...是否包含空间中另一OBB包围盒 OrientedBoundBox containsLine(point1:Vector3, point2:Vector3):int 该包围盒是否包含空间中一条线 OrientedBoundBox containsOrientedBoundBox(obb:OrientedBoundBox):int 该包围盒是否包含空间中另一OBB包围盒 OrientedBoundBox conta...
来源: laya_api 发布时间: 20170929
...本地坐标转换为相对stage的全局坐标。 * @param point 本地坐标点。 * @param createNewPoint (可选)是否创建一个新的Point对象作为返回值,默认为false,使用输入的point对象返回,减少对...
来源: Laya_社区 发布时间: 20180522
...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
...换 我是如下写的,感觉转换后还是局部坐标 var globalPos:Point = this._toolbar.btn_mian_recruit.localToGlobal(new Point(this._toolbar.btn_mian_recruit.x, this._toolbar.btn_mian_recruit.y)); 2016-08-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20160801
...是否包含空间中另一OBB包围盒 OrientedBoundBox containsLine(point1:Vector3, point2:Vector3):int 该包围盒是否包含空间中一条线 OrientedBoundBox containsOrientedBoundBox(obb:OrientedBoundBox):int For accuracy, The transformation matrix for both must not have any scaling ap...
来源: Laya2.0_api 发布时间: 20190513
viewportPointToRay产生的射线始终有偏差,是为什么? 我使用这种方式构造了一个射线: let point = new Vector2(Laya.stage.mouseX, Laya.stage.mouseY); camera.viewportPointToRay(point, this._ray);然后发现ray构造出来的位置始终不对,我沿着ray的方向放了...
来源: Laya_社区 发布时间: 20180201
...undSphere cloneTo(destObject:*):void 克隆。 BoundSphere createfromPoints(points:Array, out:BoundSphere):void[static] 从顶点队列生成包围球。 BoundSphere createFromSubPoints(points:Array, start:int, count:int, out:BoundSphere):void[static] 从顶点的子队列生成包围球。...
来源: laya_api 发布时间: 20170929
...件的核心代码就那么点: //**** 监测鼠标点击碰撞 */ var point = new Laya.Vector2(); var ray: Laya.Ray = new Laya.Ray(new Laya.Vector3(2, 2, 2), new Laya.Vector3(3, 3, 3)); var outHitResult: Laya.HitResult = new Laya.HitResult(); point.x = Laya.MouseManager.instance.mouseX; point.y...
来源: Laya_社区 发布时间: 20191219
...t MapLayer = Laya.MapLayer; import TiledMap = Laya.TiledMap; import Point = Laya.Point; import Rectangle = Laya.Rectangle; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class TiledMap_IsometricWorld { private tiledMap: TiledMap; private lay...
来源: Laya_社区 发布时间: 20201230