大约有 69 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)
...= null) — (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 ReturnsB...
来源: Laya2.0_api 发布时间: 20190513
...引用,请勿调用构造函数。 listen()的回调处理器接受两个参数: function onOrientationChange(absolute:Boolean, info:RotationInfo):void absolute: 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标系。关于坐标系...
来源: Laya2.0_api 发布时间: 20190513
...引用,请勿调用构造函数。 listen()的回调处理器接受四个参数: acceleration: 表示用户给予设备的加速度。 accelerationIncludingGravity: 设备受到的总加速度(包含重力)。 rotationRate: 设备的自转速率。 interval: 加速度获取的时间间隔(...
来源: Laya2.0_api 发布时间: 20190513
...nName。 args:Array (default = null) — 传递给 method 函数的可选参数列表。 See alsorunCallLater()clearTimer()method public function clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Parameters caller:* — 执行域(this)。 method:F...
来源: Laya2.0_api 发布时间: 20190513
...中任意一个加载失败,会派发 Event.ERROR 事件,事件回调参数值为加载出错的资源地址。 LoaderManager 类提供了以下几种功能: 多线程:默认5个加载线程,可以通过maxLoader属性修改线程数量; 多优先级:有0-4共5个优先级,优先级...
来源: Laya2.0_api 发布时间: 20190513
...新的 Socket 对象。默认字节序为 Socket.BIG_ENDIAN 。若未指定参数,将创建一个最初处于断开状态的套接字。若指定了有效参数,则尝试连接到指定的主机和端口。 Socket cleanSocket():void 清理Socket:关闭Socket链接,关闭事件监听,重...
来源: Laya2.0_api 发布时间: 20190513
...s:Array (default = null) — (default = null) HTTP 请求的头部信息。参数形如key-value数组:key是头部的名称,不应该包括空白、冒号或换行;value是头部的值,不应该包括换行。比如["Content-Type", "application/json"]。 Event Detail complete Event Event Ob...
来源: Laya2.0_api 发布时间: 20190513
...,只会显示一个图片(1.0会显示多个图片),x,y,width,height参数取消。 Sprite localToGlobal(point:Point, createNewPoint:Boolean = false, globalNode:Sprite = null):Point 把本地坐标转换为相对stage的全局坐标。 Sprite off(type:String, caller:*, listener:Function, onc...
来源: Laya2.0_api 发布时间: 20190513
...te _prepareToScene():Boolean[override] 更新平行光相关渲染状态参数。 DirectionLight addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComp...
来源: Laya2.0_api 发布时间: 20190513
...Light _prepareToScene():Boolean[override] 更新点光相关渲染状态参数。 PointLight addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponen...
来源: Laya2.0_api 发布时间: 20190513