大约有 57 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0032 秒)
...tToBaiduCoord作用域 this.convertToBaiduCoord = this.convertToBaiduCoord.bind(this); } } new WatchPosition(); ``` 由于本例不需要使用LayaAir的显示元素,因此舞台尺寸设置为1。百度地图界面的初始化放在init()中。然后是监听设备位置的变化。最后需...
来源: Laya2.0_文档 发布时间: 20210714
...你的body对象,所有报错了。解决执行域问题可以百度下bind的使用方法。 2018-04-27 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 cc19950220 相关问题 两个对象new了一个相同的对象,调用第一个...
来源: Laya_社区 发布时间: 20180427
...test/2.png", "test/3.png"],Laya.Handler.create(this,this.onComplete)); } }.bind(this)); }else { Laya.loader.load("res/atlas/test.atlas",Laya.Handler.create(this,this.onComplete)); } } onComplete(): void { //初始化rank排行榜 var rank = new BigRank(); //初始化 rank.init(); } 然后...
来源: Laya_社区 发布时间: 20190307
...视窗改变的事件。Laya.stage.on(Laya.Event.RESIZE,this,this.doResize.bind(this)); 并且会在该事件(doResize)中改变 Laya.stage.scaleMode 的值。doResize () { Laya.stage.scaleMode = Laya.Stage.SCALE_SHOWALL; } 但是我发现在onResize事件里面改变Laya.stage.scaleMode必...
来源: Laya_社区 发布时间: 20180321
...行完要移除掉 xiaohai • 2017-10-11 16:32 那你执行后移除都用bind可以不可以,addEventListener,removeEventListener xiaohai • 2017-10-11 16:33 对握,不是有个once么执行一次后自动移除监听 xiaohai • 2017-10-11 16:35 不然就是off了,这个你自己看下ap...
来源: Laya_社区 发布时间: 20171011
...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
...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
...tlas", "json/reward.json"],Laya.Handler.create(this,this.onComplete)); } }.bind(this)); ``` onComplete方法,注意与原版有部分修改。 ```typescript onComplete() { //获取资源 var testJosn = Laya.loader.getRes("json/reward.json"); //输出透传过来的json console.log('透传的json...
来源: Laya2.0_文档 发布时间: 20210715
...las/test.atlas", "json/reward.json"],Handler.create(this,onComplete)); } }.bind(this)); ``` onComplete方法,注意与原版有部分修改。 ```typescript private function onComplete():void() { //获取资源 var testJosn:* = Laya.loader.getRes("json/reward.json"); //输出透传过来的json co...
来源: Laya2.0_文档 发布时间: 20210715
...tlas", "json/reward.json"],Laya.Handler.create(this,this.onComplete)); } }.bind(this)); ``` onComplete方法,注意与原版有部分修改。 ```typescript onComplete() { //获取资源 var testJosn = Laya.loader.getRes("json/reward.json"); //输出透传过来的json console.log('透传的json...
来源: Laya2.0_文档 发布时间: 20210715