• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 322 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)

11. js执行once时如何改变执行域 [ 86%]

...nsole.log(dataTemp.d); kwxGame.prototype.cardData = dataTemp.d; [b][i]Laya.timer.once(1000, this, this.onOncePiao); [/i][/b] } }在定时器中需要调用外部_proto上的函数,这里的this指向的执行域出错,请问如何调用外部的方法? 2017-04-19 添加评论 免费帖 --> 分...

来源: Laya_社区 发布时间: 20170419

12. 图片mask失效问题. [ 85%]

...toimg.mask=maskimg;    photoimg.loadImage(imgn,0,0,500,500);    Laya.timer.once(1000, this, function():void{     maskimg.loadImage("http://img.diyphoto.cn/Mask/im ... ot%3B,0,0,500,500);         }); 延时加载  的效果. 模拟加载的东西很多的时候 2016-09-23 0 8 分享...

来源: Laya_社区 发布时间: 20160923

13. 3D物体检测到碰撞后,被碰撞物被移除的时候过30秒再次出现?并添加到舞台 [ 81%]

... other.owner.transform.translate(eat,true,false); //0.1秒后删除 Laya.timer.once(100, null, Wipe); function Wipe() { console.log(other._owner); //移除自己 other._owner.removeSelf(); return; } } else { var move1 = new Laya.Vector3(0.02, 0, 0); var move2 = new Laya.Vector3(-0.02, 0, 0); Laya.ti...

来源: Laya_社区 发布时间: 20181017

14. 如何获得特效的宽高 [ 81%]

...7-06-28 0 1 分享 微博 QZONE 微信 cuixueying 赞同来自: 你用Laya.timer.once加个延迟看下呢? 2017-06-28 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 z298959 相关问题 缓动Tween能用在3D物体或者特效上面...

来源: Laya_社区 发布时间: 20170628

15. Laya.Timer.clear 的源码可能有个问题。 [ 81%]

Laya.Timer.clear 的源码可能有个问题。 是这样的,当我需要定时执行某个函数时,并且想要在某个情况下clear掉这个执行,clear掉的只是最后入栈的Handler。情景如下:  //我想要每隔1s, 执行一次 b 函数(行为),最多执行6次 for(let i = 0...

来源: Laya_社区 发布时间: 20200819

16. JQ集成到Laya二次封装 [ 80%]

...( JQ(this).siblings(aWater).hide() );//指定数组范围 - 隐藏 // Laya.timer.once(1000,this,function(){ // JQ(aWater).show();//全部显示; // }) // console.log(JQ(this).index(aWater)); }) //Laya.timer.once(3000,this,function(){ // JQ(aWater).off('click');//解除绑定 - 3秒后没有该点...

来源: Laya_社区 发布时间: 20171123

17. 微信小游戏渲染开放域卡顿处理 [ 77%]

...放域界面方法,即定时器的回调方法(重点): function onTimer() {     // bitmap为纹理的bitmap属性,自行赋值     var func = bitmap._source && bitmap.reloadCanvasData;     func && func.call(bitmap); } 3.关闭渲染: 个人认为5秒后停止定时...

来源: Laya_社区 发布时间: 20181114

18. Laya 2.0.1 mac 版本 搜索方法效果失效 [ 76%]

...。这个时候调用自带库里面的代码提示也消失。比如Laya.timer.once (timer once 都不会提示出来) Yangcy • 2019-04-19 14:11 你好 现在已经升级到了2.0.2版本了 还是没有修复哦。。。。??

来源: Laya_社区 发布时间: 20190404

19. laya.display.Node_API3.0 [ 76%]

...ponents destroyed displayedInStage hideFlags is3D numChildren parent scene timer url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByN...

来源: Laya3.0_api 发布时间: 20231115

20. 点击过快问题 [ 75%]

...lick():void { trace("aaa"); Laya.stage.off(Event.CLICK,this,onClick); Laya.timer.once(500,this,onLoop); } private function onLoop():void { Laya.stage.once(Event.CLICK,this,onClick); } 2017-06-20 1 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发...

来源: Laya_社区 发布时间: 20170619