大约有 236 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
...se); //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.timer.once(0, null, Right); Laya.timer.once(50,...
来源: Laya_社区 发布时间: 20181017
...enter"; Laya.stage.alignV = "middle"; Laya.stage.scaleMode = "fixedwidth"; console.log("iswebgl:", Laya.Render.isWebGL); } public Load() { Laya.loader.load(NewTest.url, null, null, null, 0, true); } public Unload() { Laya.loader.clearRes(NewTest.url); } } window["test"] = new NewTest(); window...
来源: Laya_社区 发布时间: 20181018
...同来自: Rickshao 、qq771472501 Laya.timer.once(4000,this,function(){ console.log(Browser.window.sharedCanvas) var rankTexture=new Texture(Browser.window.sharedCanvas); rankTexture.bitmap.alwaysChange=true; console.log(rankTexture) LayaUISample.scoreview.grap...
来源: Laya_社区 发布时间: 20180310
...ddChild(gameScene); }, null), Laya.Handler.create(this, (progress) => { console.log("当前进度:", progress) },null,false), Laya.Scene );07-11 16:53:45.923 30921-30972/? E/jswrapper: [ERROR] Failed to invoke _runtime_require, location: /home/game/jenkins/workspace/SafeBuild/XGame/instant-game-c...
来源: Laya_社区 发布时间: 20190711
... QZONE 微信 177*****621 赞同来自: onStart() { console.log("Game start"); Laya.Config.isAlpha = true; Laya.stage.bgColor ="none"; this.Show(); } private iframe: any = Laya.Browser.document.cr...
来源: Laya_社区 发布时间: 20240304
...//缩小到0.7倍时,图片就不见了 console.log("图片放大倍数:"+_picScale) }) 附件 : --> demo.zip 2020-04-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交...
来源: Laya_社区 发布时间: 20200422
...p.createMap("./map/desert.json", viewRect); } onEnable() { console.log(Laya.TiledMap) } onDisable() { }} [/code] 重点来了,我们切回到编辑模式,选中场景文件,选中脚本文件并拖拽至runtime属性中。 到了这一步,我们基本大功告成,...
来源: Laya_社区 发布时间: 20190321
... pos; if(this.cube.transform.localPosition.z != 0) console.log(this.cube.transform.localPosition.z); } } //激活启动类 new PhysicsWorldBaseCollider(); 附件 : --> 2020-02-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...
来源: Laya_社区 发布时间: 20200223
... 2018-08-17 10:44 for( let i = 0; i < Laya.stage.numChildren; i++ ) { console.log( Laya.stage.getChild(i) ); } 153*****476 • 2018-08-17 13:17 多谢,按你的方法我找到问题了,是我的逻辑有问题,场景加载了两次。 Supermang42 • 2018-08-17 13:33 :D
来源: Laya_社区 发布时间: 20180815
...注册 Laya.Browser.window.addEventListener("click", (event: any) => { console.log(event.type); }) Window.open() 方法、window.postMessage()方法、Window.addEventListener()方法 3.3 container 画布 LayaAir引擎里可以通过 Laya.Browser.container 获取画布容器。 比如,我们可...
来源: Laya3.0_文档 发布时间: 20241014