大约有 220 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0068 秒)
...享 微博 QZONE 微信 156*****215 赞同来自: Laya.timer.frameLoop(1,this,()=>{ if(this.lastClientWidth!=Laya.Browser.clientWidth){ if(Laya.Browser.clientWidth>Laya.Browser.clientHeight){ ...
来源: Laya_社区 发布时间: 20190514
...: 2 人 黄进 • 2018-06-11 17:23 啥意思? Content.once(Event.CLICK,this,OnMouseDown); Content.once(Event.MOUSE_OUT,this,OnMouseDown); Laya.stage.once(Event.FRAME,this,onEnterFrame); 这样事件都监听不到? Laya_Aaron • 2018-06-11 17:52 你描述的我也不懂是什么意思,只能...
来源: Laya_社区 发布时间: 20180611
...ne { constructor() { super(); } createChildren() { super.createChildren(); this.loadScene("test/TestScene"); } } UC指这行报错,这个都是编译后的代码 addScore(value = 1) { this._score += value; this.scoreLbl.changeText("分数:" + this._score); if (this._control.c...
来源: Laya_社区 发布时间: 20190828
...ring(shader.ps, true); shader.conch_id = shader.id; } _.needsz(68); _.wu32(this.id); _.wu32(25); _.wu32(ib.conch_id); _.wu32(vb.conch_id); _.wu32(1); _.wu32(eleNum); _.wu32(iStart); _.wu32(img.imgId); _.wu32(shader.id); var uv = texture.uv; _.wf32(mat.a); _.wf32(mat.b); _.wf32(mat.c); _.wf32(mat.d);...
来源: Laya_社区 发布时间: 20190806
...ComponentByType(Laya.Animator); if (element!=null) { return element; }else this.GetComponetInChild(node._childs[index],); } } 如何写成泛型方法呢???编译不通过 GetComponetInChild<T>(node:laya.display.Node):T { // var s:=typeof(Laya.Animator); for (var index = 0; index < nod...
来源: Laya_社区 发布时间: 20180531
...selectEnable = true; list.selectHandler = new Handler(this, this.onSelect); list.renderHandler = new Handler(this, this.updateItem); // 设置数据项为对应图片的路径 var data: Array<String>...
来源: Laya_社区 发布时间: 20210122
...题 class Scene_Test { constructor() { super(); Laya.timer.frameLoop(1,this,this.update); } private update() { let dt = Laya.timer.delta / 1000; console.log("dt="+dt); } } 附件中图1是在iphone6上面运行打印的信息,图2是在模拟下运行打印的信息。 请问有人碰到过...
来源: Laya_社区 发布时间: 20180808
...ncil功能 Laya.Media方法调用失败 调用动画结束on方法,报错this.zombieAnimator.on is not a function Native 在iOS上支付失败的问题,及临时解决方法 官网提供的一些修改过的第三方库,以后是否有打算增加一些as的mvc框架的支持库 问题状态 ...
来源: Laya_社区 发布时间: 20171121
.../com.mygame.Shjy3Android" WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix. pkg: /data/local/tmp/com.mygame.Shjy3Android Success Launching application: com.mygame.Shjy3Android/demo.MainActivity. DEVICE SHELL COMMAND: am start -D -n "com.mygam...
来源: Laya_社区 发布时间: 20170215
...ya.Sprite3D; scene.addChild(temp); temp.on(Laya.Event.HIERARCHY_LOADED,this,()=> { this.model = Laya.MeshSprite3D.instantiate(temp,scene) as Laya.MeshSprite3D; if(index == 0) { this.model.transform.position = new Laya.Vector3(0.8,0,0); } }); //===================报错=====...
来源: Laya_社区 发布时间: 20180827