大约有 87 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
Laya_社区(64) Laya2.0_文档(10) laya_api(4) Laya2.0_api(3) Laya2.0_示例(2) Laya3.0_文档(2) Laya3.0_api(1) Laya_示例(1)
...ord作用域 __JS__("this.convertToBaiduCoord = this.convertToBaiduCoord.bind(this)"); } ``` 由于本例不需要使用LayaAir的显示元素,因此舞台尺寸设置为1。百度地图界面的初始化放在init()中。然后是监听设备位置的变化。最后需要注意,函数conv...
来源: Laya2.0_文档 发布时间: 20210715
...s.publicloader.addEventListener(/*iflash.events.Event.COMPLETE*/"complete",BIND$(this,this.checkListComp)); this.url=new URLRequest("wished.php"); this.url.method=/*iflash.net.URLRequestMethod.POST*/"POST"; var values=new URLVariables();...
来源: Laya_社区 发布时间: 20151217
...tToBaiduCoord作用域 this.convertToBaiduCoord = this.convertToBaiduCoord.bind(this); } } 由于本例不需要使用LayaAir的显示元素,因此舞台尺寸设置为1。百度地图界面的初始化放在init()中。然后是监听设备位置的变化。最后需要注意,函数convertToBai...
来源: Laya3.0_文档 发布时间: 20241014
...tToBaiduCoord作用域 this.convertToBaiduCoord = this.convertToBaiduCoord.bind(this); } } new WatchPosition(); ``` 由于本例不需要使用LayaAir的显示元素,因此舞台尺寸设置为1。百度地图界面的初始化放在init()中。然后是监听设备位置的变化。最后需...
来源: Laya2.0_文档 发布时间: 20210714
...alls = 0; // 执行预加载 this.preload(this.onPreloaded.bind(this)); } Laya.class(Test01, 'view.Test01', _super); var _proto = Test01.prototype; _proto.preload = function (complete) { console.log("preload..." + (++this.numPre...
来源: Laya_社区 发布时间: 20180622
...) (at C:/buildslave/unity/build/Runtime/Export/Scripting/UnityEngineObject.bindings.cs:189) n.a (UnityEngine.Mesh A_0, System.String A_1, System.Boolean A_2) (at <8191b0b4723d4658b95c167f60d265c8>:0) n.c () (at <8191b0b4723d4658b95c167f60d265c8>:0) n.b (System.String A_0) (at <8191b0b...
来源: Laya_社区 发布时间: 20201218
...audio = audio; this._miniSound = miniSound; this._onEnd = MiniSoundChannel.bindToThis(this.__onEnd, this); audio.onEnded(this._onEnd); } static bindToThis(fun, scope) { var rst = fun; rst = fun.bind(scope); return rst; } __onEnd() { if (this.loops == 1) { if (this.completeHandler) { Laya.Laya.system...
来源: Laya_社区 发布时间: 20200103
...动接口 this.refreshList.scrollBar.stopMoveLimit = this.scrollBarIsStopBind.bind(this); this.refreshLimit("dragTopLimit", 65); this.refreshLimit("dragBottomLimit", 65, 20); //绑定单元格鼠标处理 this.refreshList.mouseHandler = new Handler(this, this.onListMouse); // 提示文字 var image ...
来源: Laya2.0_示例 发布时间: 20241118
...10-13 17:31:15.881 6514-6514/com.vivo.vs V/WebViewChromiumFactoryProvider: Binding Chromium to main looper Looper (main, tid 1) {25a03ee} 10-13 17:31:15.881 6514-6514/com.vivo.vs I/LibraryLoader: Expected native library version number "",actual native library version number "" 10-13 17:31:15.881 651...
来源: Laya_社区 发布时间: 20181013
...+ self.heartbeatTimeout; self.heartbeatTimeoutId = self.heartbeatTimeoutCb.bind(self,data); Laya.timer.once( self.heartbeatTimeout,self,self.heartbeatTimeoutCb.bind(self,data)); }) } private heartbeatTimeoutCb(data) { var gap = this.nextHeartbeatTimeout - Date.now(); if(gap > this.gapThreshold) {...
来源: Laya_社区 发布时间: 20180119