大约有 19 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
"window.Background is not a constructor" 还是昨天的问题,照着改过 [问题]"Background is not defined"怎么会没定义呢???求救 照着修改,然后报了另一个错。。。。。。。。。这样写法可以? 附件 : --> 2017-04-21 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20170421
...); var Game = (function(){ (function Game(){ Laya.init(480,852); this.bg = BackGround(); Laya.stage.addChild(this.bg); })(); })(); src/BackGround.jsvar BackGround = (function(_super){ function BackGround(){ BackGround.super(this); this.bg1 = new Laya.Sprite(); this.bg1.loadImage("war/background.png"...
来源: Laya_社区 发布时间: 20181003
"Background is not defined"怎么会没定义呢???求救 头大,没找到原因 附件 : --> 2017-04-20 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 v_xchen_v 赞同来自: thekangbo 我猜是因为你...
来源: Laya_社区 发布时间: 20170420
BackGround.super(this);这个报错 Cannot read property 'call' of undefined 2018-01-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 你具体描述一下你出现问题的环境, 以...
来源: Laya_社区 发布时间: 20180110
... var Game=(function(){ (function Game(){ Laya.init(400,852); this.bg = new BackGround(); //把背景添加到舞台上显示出来 Laya.stage.addChild(this.bg); })(); })(); //循环滚动的游戏背景 var BackGround = (function(_super){ function BackGround(){ BackGround.super(this); //...
来源: Laya_社区 发布时间: 20191018
...l,Laya.Loader.ATLAS) })(); function onLoaded(){ //实例化 var tempBG=new background(); Laya.stage.addChild(tempBG); } })();在background.js里是这样写的 var background = (function (_super) { function background() { background.super(this); } Laya.class(background,"background",_super); return b...
来源: Laya_社区 发布时间: 20180129
...rgin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Andale Mono'; color: #28fe14; background-color: #000000; background-color: rgba(0, 0, 0, 0.9)} span.s1 {font-variant-ligatures: no-common-ligatures} yaotekejirigala:~ root# npm install layacmd -g/usr/local/bin/layacmd -> /usr/local/lib/node_modules/lay...
来源: Laya_社区 发布时间: 20180508
...t;>>className:layaair.game.utility.LayaAudioMusic,methodName:resumeBackgroundMusic 2018-11-26 18:31:47.697 4749-4749/com.layabox.dotJourney E/LayaBox: >>>>>>>>>>>>before 2018-11-26 18:31:47.698 4749-4749/com.layabox.dotJourney E/LayaBox: >>>>&g...
来源: Laya_社区 发布时间: 20181126
...ayaRender.create( { engine: engine, width: 640, height: 480, options: { // background: '../../res/physics/img/background.png', wireframes: false//true// } }); // create two boxes and a ground var boxA = Bodies.rectangle(400, 200, 80, 80); var boxB = Bodies.rectangle(450, 50, 80, 80); var ground = Bo...
来源: Laya_社区 发布时间: 20170905
...正常,发布前后代码也被更改了 IDE如何自定义快捷键! "Background is not defined"怎么会没定义呢???求救 Laya3D可以自定义材质吗? 关于UI子界面的定义方式 问题状态 最新活动: 2019-03-18 17:20 浏览: 947 关注: 1 人
来源: Laya_社区 发布时间: 20190318