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

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

51. box2d动态创建绑定多个关节报错 Node:the component is singleton,can't add the second one. [ 88%]

...码片段:  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

52. laya.d3.math.OrientedBoundBox [ 88%]

...是否包含空间中另一OBB包围盒 OrientedBoundBox  containsLine(point1:Vector3, point2:Vector3):int 该包围盒是否包含空间中一条线 OrientedBoundBox  containsOrientedBoundBox(obb:OrientedBoundBox):int 该包围盒是否包含空间中另一OBB包围盒 OrientedBoundBox  conta...

来源: laya_api 发布时间: 20170929

53. 使用localToGlobal()后返回的坐标xy的值被乘了10 [ 88%]

...本地坐标转换为相对stage的全局坐标。          * @param point                本地坐标点。          * @param createNewPoint    (可选)是否创建一个新的Point对象作为返回值,默认为false,使用输入的point对象返回,减少对...

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

54. laya.maths.Matrix_API3.0 [ 88%]

...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

55. localToGlobal坐标转换 [ 87%]

...换 我是如下写的,感觉转换后还是局部坐标 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

56. laya.d3.math.OrientedBoundBox [ 87%]

...是否包含空间中另一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

57. viewportPointToRay产生的射线始终有偏差,是为什么? [ 87%]

viewportPointToRay产生的射线始终有偏差,是为什么? 我使用这种方式构造了一个射线: let point = new Vector2(Laya.stage.mouseX, Laya.stage.mouseY); camera.viewportPointToRay(point, this._ray);然后发现ray构造出来的位置始终不对,我沿着ray的方向放了...

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

58. laya.d3.math.BoundSphere [ 87%]

...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

59. 用raycast选取实体,hitresult始终是false [ 87%]

...件的核心代码就那么点:  //**** 监测鼠标点击碰撞 */ 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

60. 加载TiledMap 不显示 [ 87%]

...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