大约有 105 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0022 秒)
...I DocumentationAll Packages | All Classes | Index | Frames No Frames HandlerProperties | Methods Packagelaya.utilsClasspublic class HandlerInheritanceHandler Object Handler 是事件处理器类。 推荐使用 Handler.create() 方法从对象池创建,减少对象创建消耗。创建的 ...
来源: Laya2.0_api 发布时间: 20190513
...播次数,如果repeat=0,则表示无限循环播放Tween update : Handler更新回调,缓动数值发生变化时,回调变化的值TweenPublic Methods MethodDefined By clear():void 停止并清理当前缓动。 Tween clear(tween:Tween):void[static] 清理某个缓动。 Tween ...
来源: Laya2.0_api 发布时间: 20190513
...ion安装的指定处理器。 Geolocation getCurrentPosition(onSuccess:Handler, onError:Handler = null):void[static] 获取设备当前位置。 Geolocation watchPosition(onSuccess:Handler, onError:Handler):int[static] 监视设备当前位置。回调处理器在设备位置改变时被执...
来源: Laya2.0_api 发布时间: 20190513
...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...
来源: Laya2.0_api 发布时间: 20190513
...址等信息的方法。 Public Properties PropertyDefined By completeHandler : Handler 播放完成处理器。 SoundChannel duration : Number[read-only] 获取总时间,单位是秒。 SoundChannel isStopped : Boolean = false 表示声音是否已暂停。 SoundChannel loops : int ...
来源: Laya2.0_api 发布时间: 20190513
...dDefined By 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...
来源: Laya2.0_api 发布时间: 20190513
...plementors Button ISelect 接口,实现对象的 selected 属性和 clickHandler 选择回调函数处理器。 Public Properties PropertyDefined By clickHandler : Handler 对象的点击事件回掉函数处理器。 ISelect selected : Boolean 一个布尔值,表示是否被选择。 ISe...
来源: Laya2.0_api 发布时间: 20190513
...载的内容全部停止加载。LoaderManager create(url:*, complete:Handler = null, progress:Handler = null, type:String = null, constructParams:Array = null, propertyParams:Object = null, priority:int = 1, cache:Boolean = true):void 根据clas类型创建一个未初始化资源的对象,随...
来源: Laya2.0_api 发布时间: 20190513
...音资源。 SoundManager playMusic(url:String, loops:int = 0, complete:Handler = null, startTime:Number = 0):SoundChannel[static] 播放背景音乐。背景音乐同时只能播放一个,如果在播放背景音乐时再次调用本方法,会先停止之前的背景音乐,再播发当前...
来源: Laya2.0_api 发布时间: 20190513
... cloneTo(destObject:*):void 克隆。 Avatar load(url:String, complete:Handler):void[static] 加载Avatar文件。 AvatarConstructor DetailAvatar()Constructorpublic function Avatar() 创建一个 Avatar 实例。 Method Detail_cloneDatasToAnimator()method public function _cloneDatasToAnimator(de...
来源: Laya2.0_api 发布时间: 20190513