大约有 494 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0053 秒)
Laya_社区(162) Laya3.0_api(139) Laya2.0_api(67) laya_api(56) Laya2.0_文档(44) Laya3.0_文档(23) Laya2.0_示例(3)
...onName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters calle...
来源: Laya3.0_api 发布时间: 20231115
...件,避免浏览器的缓存 怎样获取浏览器地址传过来的GET参数 问题状态 最新活动: 2017-03-27 10:46 浏览: 3342 关注: 4 人 cuixueying • 2017-03-27 18:17 浏览器 window.open函数 非用户的主动点击触发,一定会被拦截掉,试想下,假如你打开一...
来源: Laya_社区 发布时间: 20170326
...标转换至百度地图坐标,由于它是作为convertor.translate()的参数,所以触发时作用域会被改变,因此在这里绑定了该函数的作用域。 ##### 2.1 init函数: ```typescript private init(): void { this.mapDiv = Laya.Browser.createElement("div"); Laya.Browser.doc...
来源: Laya2.0_文档 发布时间: 20210714
...标转换至百度地图坐标,由于它是作为convertor.translate()的参数,所以触发时作用域会被改变,因此在这里绑定了该函数的作用域。 2.1 init函数: private init(): void { this.mapDiv = Laya.Browser.createElement("div"); Laya.Browser.document.body.appendChild...
来源: Laya3.0_文档 发布时间: 20251010
...0 0 分享 微博 QZONE 微信 shimp 赞同来自: 这里面arg是传什么参数???? 2017-08-08 0 0 分享 微博 QZONE 微信 shimp 赞同来自: RES中第24行 Laya.loader.load("res/" + srcName,new Laya.Handler(caller,function(arg: any){ 这里面的arg是如何传入?有...
来源: Laya_社区 发布时间: 20161011
...pdateToWorldState(state:RenderState):Boolean 更新灯光相关渲染状态参数。 LightSpriteProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods MethodDefined By _addSelfRenderObjects():void[override] 添加自身渲染物体,请重载此函数。 LightSprite...
来源: laya_api 发布时间: 20170929
...l data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns ...
来源: Laya3.0_api 发布时间: 20231115
...onName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters calle...
来源: Laya3.0_api 发布时间: 20231115
... videoTexture.element; } function playVideo(){ //这里就做一些video的参数设置,比如静音、循环、播放等设置即可 //video.muted = this._muted; //video.loop = this._loop; //video.onended = this._onended; //video.onclose = this._onclose; //videoTexture.play(); }目前直播流使...
来源: Laya_社区 发布时间: 20250908
...间, * 注意如果成功了不会返回ArrayBuffer,不要使用这个参数。因为可能太大。 */ declare var downloadBigFile:(url:string, local:string, onprog:(total:number,now:number,speed:number)=>boolean,oncomp:(curlret:number, httpret:number)=>void, trynum:number, opttimeout:num...
来源: Laya3.0_文档 发布时间: 20251010