大约有 630 项符合查询结果, 库内数据总量为 30,902 项。 (搜索耗时: 0.0045 秒)
Laya_社区(466) Laya3.0_api(58) Laya2.0_api(33) laya_api(28) Laya2.0_文档(26) Laya3.0_文档(7) Laya2.0_示例(7) Laya_示例(5)
...r = 0) 创建一个 Vector3 实例。 Vector3 add(a:Vector3, b:Vector3, out:Vector3):void[static] 求两个三维向量的和。 Vector3 Clamp(value:Vector3, min:Vector3, max:Vector3, out:Vector3):void[static] 求一个指定范围的向量 Vector3 clone():* 克隆。 Vector3 cloneTo(des...
来源: laya_api 发布时间: 20170929
...834E938]GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 0 [file:///E:/SVN/ZQ2/client2.0/bin/index.html] [.Offscreen-For-WebGL-0834E938]GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 0 [fil...
来源: Laya_社区 发布时间: 20190304
...Parameters row: number column: number Returns number getForward getForward(out: Vector3): void Defined in laya/d3/math/Matrix4x4.ts:834 获取前向量。 Parameters out: Vector3 前向量。 Returns void getInvertFront getInvertFront(): boolean Defined in laya/d3/math/Matrix4x4.ts:855 判断此矩...
来源: Laya3.0_api 发布时间: 20231102
...个 Vector3 实例。 ConchVector3 add(a:ConchVector3, b:ConchVector3, out:ConchVector3):void[static] 求两个三维向量的和。 ConchVector3 Clamp(value:ConchVector3, min:ConchVector3, max:ConchVector3, out:ConchVector3):void[static] 求一个指定范围的向量 ConchVector3 clone():...
来源: Laya2.0_api 发布时间: 20190513
...空间中一包围球 OrientedBoundBox createByBoundBox(box:BoundBox, out:OrientedBoundBox):void[static] 根据AABB包围盒创建一个 OrientedBoundBox 实例。 OrientedBoundBox createByMinAndMaxVertex(min:Vector3, max:Vector3):OrientedBoundBox[static] 根据包围盒的最大最小两顶...
来源: laya_api 发布时间: 20170929
...空间中一包围球 OrientedBoundBox createByBoundBox(box:BoundBox, out:OrientedBoundBox):void[static] 根据AABB包围盒创建一个 OrientedBoundBox 实例。 OrientedBoundBox createByMinAndMaxVertex(min:Vector3, max:Vector3):OrientedBoundBox[static] 根据包围盒的最大最小两顶...
来源: Laya2.0_api 发布时间: 20190513
...():Matrix 执行原始矩阵的逆转换。 Matrix invertTransformPoint(out:Point):Point 对指定的点应用当前矩阵的逆转化并返回此点。 Matrix mul(m1:Matrix, m2:Matrix, out:Matrix):Matrix[static] 将指定的两个矩阵相乘后的结果赋值给指定的输出对象。 Matri...
来源: laya_api 发布时间: 20170929
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory 在项目发布时,LayaIDE内存占用上升至1G,然后报错:=mediumFATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory 附件 : --> 2018-06-16 添加评论 悬赏 --> 分享...
来源: Laya_社区 发布时间: 20180616
...():Matrix 执行原始矩阵的逆转换。 Matrix invertTransformPoint(out:Point):Point 对指定的点应用当前矩阵的逆转化并返回此点。 Matrix mul(m1:Matrix, m2:Matrix, out:Matrix):Matrix[static] 将指定的两个矩阵相乘后的结果赋值给指定的输出对象。 Matri...
来源: Laya2.0_api 发布时间: 20190513
鼠标事件out ,move 发生再up事件之后 一个页面,绑定事件 initEvent() { this.bubbleView.on(Laya.Event.MOUSE_MOVE, this, this.mouseMoveCallback); this.bubbleView.on(Laya.Event.MOUSE_UP, this, this.mouseUpCallback); this.bubbleV...
来源: Laya_社区 发布时间: 20191122