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

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

1. HIERARCHY_LOADED函数回调 [ 100%]

HIERARCHY_LOADED函数回调 this.sceneP = Laya.stage.addChild(Laya.Scene.load(name)) as Laya.Sprite3D; //this.sceneP.transform.setTranslate(500,500); this.sceneP.once(Event.HIERARCHY_LOADED, this,function():void{ console.error("改变大小"); this.sceneP.transform.localScale = new Vector3(3, 3...

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

2. 缓动画Bug,给了回调函数之后是直接过时间后执行回调函数,但是之前的缓动画不会执行 [ 99%]

缓动画Bug,给了回调函数之后是直接过时间后执行回调函数,但是之前的缓动画不会执行 this.bir.x = 0; this.bir.y = 0; Laya.Tween.to(this.bir, { x: 200, y: 200 }, 2000, () => { }, Laya.Handler.create(this, this.change));     这里面会直接过两秒执行this....

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

3. 回调函数... [ 98%]

回调函数... constructor(){ Laya.loader.load(this.skins, Handler.create(this, this.onUIAssetsLoaded)); } aaa() { } function onUIAssetsLoaded( this.aaa();//为什么回调函数不能调用,undefined } 2017-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

4. Laya.loader.create 进度回调函数执行两次 [ 97%]

Laya.loader.create 进度回调函数执行两次 Laya.loader.create(["Main/SMain.ls","Role/Role.lh"],Laya.Handler.create(this,this.on3DComplete),Laya.Handler.create(this,this.onProgress,null,false)); Manager.prototype.onProgress = function(value) { console.log("value=="+Math.floor(value*100)+"%");...

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

5. Laya.loader.create 进度回调函数执行两次!!! [ 95%]

Laya.loader.create 进度回调函数执行两次!!! Laya.loader.create("Main/SMain.ls",Laya.Handler.create(this,this.on3DComplete),Laya.Handler.create(this,this.onProgress,null,false)); Manager.prototype.onProgress = function(value) { console.log("value=="+Math.floor(value*100)+"%"); }   输出...

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

6. laya.timer.clear这个定时器的回调函数到底怎么用啊?模拟器上不报错,真机运行会抱着个错 [ 94%]

laya.timer.clear这个定时器的回调函数到底怎么用啊?模拟器上不报错,真机运行会抱着个错 file:///C:\Users\a754627670\AppData\Roaming\Tencent\Users\754627670\TIM\WinTemp\RichOle\FS)UC[2O9%@MVFUE31{L2MS.png   附件 : --> 2018-05-05 添加评论 免费帖 --> 分享 微...

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

7. JS里面定义一个函数,无法使用Laya.Handler.creat回调 [ 94%]

JS里面定义一个函数,无法使用Laya.Handler.creat回调 代码运行到Laya.Handler.create时候提示onTxtLoad is undfine.请教应该怎么定义? export default class LocalTxt{ constructor() { LocalTxt.Instance = this; } onTxtLoad(aText){ console.info("dfasd"); } initTxt(){ Laya.load...

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

8. Tween 缓动过程有触发回调函数[ 94%]

Tween 缓动过程有触发回调函数么 Tween 缓动过程有触发回调函数么 2018-01-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 9 个回复 Laya_Aaron 赞同来自: 第二个参数:  props 变化的属性...

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

9. Laya.loader Progress回调形同虚设 [ 94%]

Laya.loader Progress回调形同虚设 private function beginLoad():void { //加载引擎需要的资源 Laya.loader.load([ "res/1.png", "res/2.png", "res/3.png", "res/4.png", "res/5.png", "res/6.png", "res/7.png" ], Handler.create(this, onLoaded),Handler.create(this, onProgress)); //Laya.loader.lo...

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

10. 在微信分享成功的回调函数里,Laya播放音效失败。 [ 94%]

在微信分享成功的回调函数里,Laya播放音效失败。 在游戏里直接调用pause,然后resume,背景音乐先消失,后出现, 在wx分享成功的回调函数里,调用resume打印显示调用成功,但并未播放音乐。     wx.shareAppMessage({ title: "小猪佩奇...

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