大约有 64 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0028 秒)
...I DocumentationAll Packages | All Classes | Index | Frames No Frames HandlerProperties | Methods Packagelaya.utilsClasspublic class HandlerInheritanceHandler Object Handler 是事件处理器类。 推荐使用 Handler.create() 方法从对象池创建,减少对象创建消耗。创建的 ...
来源: laya_api 发布时间: 20170929
... progress : Number[write-only] 设置当前执行比例Tween update : Handler更新回调,缓动数值发生变化时,回调变化的值TweenPublic Methods MethodDefined By clear():void 停止并清理当前缓动。 Tween clear(tween:Tween):void[static] 清理某个缓动。 Tween ...
来源: laya_api 发布时间: 20170929
...ion安装的指定处理器。 Geolocation getCurrentPosition(onSuccess:Handler, onError:Handler = null):void[static] 获取设备当前位置。 Geolocation watchPosition(onSuccess:Handler, onError:Handler):int[static] 监视设备当前位置。回调处理器在设备位置改变时被执...
来源: laya_api 发布时间: 20170929
...s MethodDefined By Media()Media getMedia(options:Object, onSuccess:Handler, onError:Handler):void[static] 获取用户媒体。 Media supported():Boolean[static] 检查浏览器兼容性。 MediaConstructor DetailMedia()Constructorpublic function Media()Method DetailgetMedia()method publi...
来源: laya_api 发布时间: 20170929
...址等信息的方法。 Public Properties PropertyDefined By completeHandler : Handler 播放完成处理器。 SoundChannel duration : Number[read-only] 获取总时间。 SoundChannel isStopped : Boolean = false 表示声音是否已暂停。 SoundChannel loops : int 循环次数。 ...
来源: laya_api 发布时间: 20170929
... ClassUtils createByJson(json:*, node:* = null, root:Node = null, customHandler:Handler = null, instanceHandler:Handler = null):*[static] 根据指定的 json 数据创建节点对象。 比如: { "type":"Sprite", "props":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "customProps":{ "x":100...
来源: laya_api 发布时间: 20170929
...载的内容全部停止加载。LoaderManager create(url:*, complete:Handler = null, progress:Handler = null, clas:Class = null, params:Array = null, priority:int = 1, cache:Boolean = true):* 根据clas类型创建一个未初始化资源的对象,随后进行异步加载,资源加载完成...
来源: laya_api 发布时间: 20170929
...plementors Button ISelect 接口,实现对象的 selected 属性和 clickHandler 选择回调函数处理器。 Public Properties PropertyDefined By clickHandler : Handler 对象的点击事件回掉函数处理器。 ISelect selected : Boolean 一个布尔值,表示是否被选择。 ISe...
来源: laya_api 发布时间: 20170929
...音资源。 SoundManager playMusic(url:String, loops:int = 0, complete:Handler = null, startTime:Number = 0):SoundChannel[static] 播放背景音乐。背景音乐同时只能播放一个,如果在播放背景音乐时再次调用本方法,会先停止之前的背景音乐,再播发当前...
来源: laya_api 发布时间: 20170929
...定文本内容的宽度。 BitmapFont loadFont(path:String, complete:Handler):void 通过指定位图字体文件路径,加载位图字体文件,加载完成后会自动解析。 BitmapFont parseFont(xml:XmlDom, texture:Texture):void 解析字体文件。 BitmapFont setSpaceWidth(space...
来源: laya_api 发布时间: 20170929