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

大约有 296 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0062 秒)

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

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

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

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

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

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

293. 【简单跑酷--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

294. 在父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

295. 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

296. 模型资源设置 · LayaAir3.4 · 引擎文档 · LAYABOX [ 26%]

...会完全忽略模型的法线数据,顶点不会传入。IDE中也不会显示法线计算模式这个属性。无这个选项可能会用于特定的渲染需求,或者在LayaAir中手动编辑法线或使用脚本计算法线。否则,意味着在渲染时,将有法线数据可用,...

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