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

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

1. 官方视频教程中飞机大战 "this.addChild is not a function" [ 100%]

...); 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

2. 为何发布到微信小程序上,iphone xr会出现精灵显示不全的问题? [ 72%]

...代码如下: var bgSprite = new Laya.Sprite(); bgSprite.loadImage("war/background.png"); bgSprite.scaleX = Laya.stage.width / 480; bgSprite.scaleY = Laya.stage.height / 852; Laya.stage.addChild(bgSprite);   在安卓和其他的ios设备上都正常,但是在iphone xr上就遇到了显示不...

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

3. laya 2.4.0 导出xcode工程 真机调试报错 [ 71%]

...p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; color: #000000; background-color: #ffffff} libc++abi.dylib: terminating with uncaught exception of type NSException   手机型号是 iPhone 6   附件 : --> 2020-02-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

4. Laya下的图片上传示例(完整版) [ 64%]

...式 file.style="filter:alpha(opacity=0);opacity:0;width:200px;height:100px;background:url(b1.png) no-repeat center;cursor:pointer;"; file.type ="file";//设置类型是file类型。 file.size ="30"; file.accept="image/png/jpg";//设置文件的格式为png; file.style.position ="absolute"; // file...

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

5. LayaAir开发笔记(1)五十音图连连看 [ 60%]

...匿名函数,点击会跳转到我的个人网站。// 设定背景 var background = new Laya.Sprite(); background.loadImage("linkgame_back.jpg"); background.cacheAsBitmap = true; Laya.stage.addChild(background); // 设定标题 var title = new laya.display.Text(); title.text = g_game_title; title...

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