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

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

2691. 【分享】通过命令行调用compile.js编译,不使用laya-cmd [ 39%]

...命令行调用compile.js编译,不使用laya-cmd  @echo off chcp 65001>nul ::LayaAirIDE目录,根据自己的目录修改 set IDE_DIR=%~dp0..\..\LayaAirIDE\ set IDE_APP_DIR=%IDE_DIR%resources\app\ set gulpjs=%IDE_APP_DIR%node_modules\gulp\bin\gulp.js set compilejs=%~dp0.laya\compile.js ::...

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

2692. VR的demo有没有加载3D场景的啊,实在不知怎么加 [ 39%]

...用u3d导出的场景,怎么才能用VR功能?不要实景那个demo 2017-07-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 6 个回复 wqf196 赞同来自: 我说的是添加场景啊,不是添加模型,你给的d...

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

2693. ENOENT: no such file or directory, open 'D:\layaidehello eleasewxgameLayaSample.js.map [ 39%]

...ple.js.map 我的发布路径是这个:D:\layaide\hello\release\wxgame 2018-07-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 6 个回复 海货 赞同来自: 删掉下边的注释那句就没事了; 我的微信开发...

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

2694. 关于LayaBox启动的问题。 [ 39%]

...首次启动时经常黑屏,这个是抓取的日志如下:I/LayaBox (12689): read index:/data/data/com.klzz.platform/cache//LayaCache//appCache/48a42618/filetable.txt E/LayaBox (12689): read index failed I/LayaBox (12689): Download [ ]:http://192.168.137.1/public/sh ... i.ttf I/LayaBox (12689):...

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

2695. FBX导出Index was outside the bounds of the array [ 39%]

...Index was outside the bounds of the array FBX导入Unity,版本Unity 2018.4.0f1. 再使用LayaAir3D Export Tool导出出现 Index was outside the bounds of the array.   附件是FBX文件   IndexOutOfRangeException: Index was outside the bounds of the array. p.a (UnityEngine.Mesh A_0, System.St...

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

2696. 分享个用美术资源做位图文本的方法。。。 [ 38%]

...建的3个实例 var bp = new BPFont(jsonData,imageData,600,"left"); var bp1 = new BPFont(jsonData,imageData,600,"center"); var bp2 = new BPFont(jsonData,imageData,600,"right"); bp.padding = bp1.padding = bp2.padding = -7; Laya.stage.addChild(bp); Laya.stage.addChild(bp1); Laya.stage.addChild(bp2); ...

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

2697. UI-RefreshList [ 38%]

....refreshList = null; /** 消息生成的当前最大id值 */ this.msgIdNow=1; /** 滚动条效果是否停止 */ this.scrollBarIsStop=false; /** 移动前的上次坐标位置 */ this.moveLastPos = null; /** 列表单元是否已打开 */ this.itemIsOpen=false; /**展开的单元格索引ID */ this....

来源: Laya2.0_示例 发布时间: 20251223

2698. 分享一个Shader版的CoolDown实现 [ 38%]

...ew coolDownSprite(); this.spe.init(texture); //this.spe.initWithoutTexture(128, 128); this.spe.pos(300, 350); this.spe.setProgress(this.progress); Laya.stage.addChild(this.spe); ----------------------源码-------------------------- import Shader = laya.webgl.shader.Shader;     export class coolDo...

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

2699. 父物体旋转会导致子物体的世界坐标系不正确?(附demo) [ 38%]

...rnion(0, 0, 0, 0); Laya.Quaternion.createFromYawPitchRoll(0, 0* (Math.PI / 180), 0, newRot); this.pivot.transform.rotation = newRot; .............................................. if (e.keyCode == 97) { // console.log("a"); let newPos = new Laya.Vector3(this.block.transform.position.x + 0.1, this.bl...

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

2700. laya.d3.core.scene.Scene [ 37%]

...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite  ambientColor : Vector3 获取环境光颜色。 Scene autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。...

来源: laya_api 发布时间: 20170929