大约有 22 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0045 秒)
... type:String — 事件类型。 data:* (default = null) — (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单...
来源: Laya2.0_api 发布时间: 20190513
...nce获取唯一的Gyroscope引用,请勿调用构造函数。 listen()的回调处理器接受两个参数: function onOrientationChange(absolute:Boolean, info:RotationInfo):void absolute: 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意...
来源: Laya2.0_api 发布时间: 20190513
...队列中任意一个加载失败,会派发 Event.ERROR 事件,事件回调参数值为加载出错的资源地址。 LoaderManager 类提供了以下几种功能: 多线程:默认5个加载线程,可以通过maxLoader属性修改线程数量; 多优先级:有0-4共5个优先级,优...
来源: Laya2.0_api 发布时间: 20190513
...e获取唯一的Accelerator引用,请勿调用构造函数。 listen()的回调处理器接受四个参数: acceleration: 表示用户给予设备的加速度。 accelerationIncludingGravity: 设备受到的总加速度(包含重力)。 rotationRate: 设备的自转速率。 interval: 加速...
来源: Laya2.0_api 发布时间: 20190513
...rameters caller:* — 执行域(this)。 method:Function — 结束时的回调方法。 contains()method public function contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Parameters node:Node — 指定的 Node 节点对象 。 ReturnsBoolean — 一个布尔...
来源: Laya2.0_api 发布时间: 20190513
...回的数据。Loader maxTimeOut : int = 100[static] 每帧加载完成回调使用的最大超时时间,如果超时,则下帧再处理,防止帧卡顿。Loader parserMap : Object[static] 资源解析函数对应表,用来扩展更多类型的资源加载解析。Loader type : Stri...
来源: Laya2.0_api 发布时间: 20190513
...,否则会创建失败,如果不想预加载或者需要创建完毕的回调,请使用loadAnimation(...)方法; 2. 图集路径:使用此类型创建的动画模版不会被缓存到动画模版缓存池中,如果需要缓存或者创建完毕的回调,请使用loadAtlas(...)方法;...
来源: Laya2.0_api 发布时间: 20190513
...tring — 场景地址 complete:Handler (default = null) — 加载完成回调,返回场景实例(可选) progress:Handler (default = null) — 加载进度回调(可选) onClosed()method public function onClosed(type:String = null):void关闭完成后,调用此方法(如果有...
来源: Laya2.0_api 发布时间: 20190513
...是在需要频繁执行的逻辑中,比如帧循环和MOUSE_MOVE事件回调函数里面。 getGraphicBounds()method override public function getGraphicBounds(realSize:Boolean = false):Rectangle 返回此实例中的绘图对象( Graphics )的显示区域,不包括子对象。 Parameters r...
来源: Laya2.0_api 发布时间: 20190513
...。 ViewStack setIndexHandler : Handler 索引设置处理器。 默认回调参数:index:int ViewStack skewX : Number水平倾斜角度,默认值为0。以角度为单位。Sprite skewY : Number垂直倾斜角度,默认值为0。以角度为单位。Sprite stage : Stage[read-only] 对...
来源: Laya2.0_api 发布时间: 20190513