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

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

281. 微信小游戏 · LayaAir3.3 · 引擎文档 · LAYABOX [ 47%]

...微信小游戏的AppID。 生成开放数据域工程模板:一般用来显示好友排行榜,发布完成后会生成openDataContext目录。(详见第五节) 压缩纹理:一般需要勾选“允许使用压缩纹理格式”,如果不勾选,则忽略所有图片对于压缩格式...

来源: Laya3.0_文档 发布时间: 20250103

282. 动态阴影被切割了?为啥显示完成的阴影 [ 42%]

动态阴影被切割了?为啥显示完成的阴影 右边那个方块产生的阴影为啥被切掉了,当这个块在长条右边的时候问题(刚好被长条的阴影补充) 附件 : --> 2018-04-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 有找到相关结果...

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

283. 【简单跑酷--JS版】---Lv.4 添加玩家 [ 41%]

...关系 我们自己手动实验一次 怎么打包图集 并且在场景中显示出来 找到layaAir IDE 图集打包   打包路径选择res  这里说明一下: 我们要打包的图集是在res/player这个 目录 所以我们选择res目录 而不是res/player目录 Layaair的打包 是会...

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

284. 【简单跑酷--JS版】---Lv.3 添加地板 [ 38%]

...板类 */ function Floor(){ Floor.__super.call(this); } //Floor 是一个显示对象 继承此 Sprite Laya.class(Floor, "Floor", laya.display.Sprite); var _proto = Floor.prototype; _proto.init = function(type){ //创建一个帧循环处理函数 Laya.timer.frameLoop(1, this, this.onLoop); } //在...

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

285. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 38%]

...ata.angel[angelLel].w, data.angel[angelLel].h); // 球体和城堡的矩形显示区域 var boundBall = this.ball.getBounds(); var boundTower = this.tower.getBounds(); var boundAeroboat = this.aeroboat.getBounds(); var boundMountain = this.mountain.getBounds(); var boundStatue = this.statue.getBound...

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

286. QQ玩一玩Image无法显示Base64图片 Retry to load: data:image/png;base64, [ 34%]

QQ玩一玩Image无法显示Base64图片 Retry to load: data:image/png;base64, Retry to load: data:image/png;base64,xxxxxxxxxxxxxxxxxxx     const PNG_LOADING = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAH...

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