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

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

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. 请问这是原因? [ 88%]

...s; import laya.display.Sprite; import laya.events.Event; import laya.maths.Point; import laya.utils.Browser; import laya.webgl.WebGL; import laya.wx.mini.MiniAdpter; public class LayaSample { public var sprite:Sprite = new Sprite(); public function LayaSample() { //初始化引擎 MiniAdpter.init();...

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

53. localToGlobal坐标转换 [ 88%]

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

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

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

来源: laya_api 发布时间: 20170929

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

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

56. laya.maths.Matrix_API3.0 [ 87%]

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

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

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

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

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

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. laya.display.Sprite [ 87%]

...新的 Sprite 对象用于加载并显示此图片。 Sprite  fromParentPoint(point:Point):Point 将父容器坐标系坐标转换到本地坐标系。 Sprite  fromStagePoint(point:Point):Point 将Stage坐标系坐标转换到本地坐标系。 Sprite  getBounds():Rectangle 获取本对象在...

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