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

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

141. 一个编译的bug [ 64%]

...) != VS Code 的语言服务(2.1.5)。可能出现一致的编译错误 TypeScript下HttpRequest发送Post请求有Bug? ide 2.4 layaair2-cmd 编译报错 请教一个关于laya2.5d项目美术规范的问题哈 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也...

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

142. TS项目编译报错‘inspector.d.ts' not found’ [ 64%]

...ents/sports1/.laya/gulpfile.js [11:19:00] Starting 'default'... 出错了: TypeScript error: ../node_modules/@types/node/index.d.ts(34,22): Error TS6053: File '../node_modules/@types/node/inspector.d.ts' not found. 重装node.js 和 ts 都行...求救~~ 2018-12-06 添加评论 免费帖 --> ...

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

143. 之前用beta版本开发的游戏,升级Laya2.0之后,编译报错 [ 64%]

...beta版本开发的游戏,升级Laya2.0之后,编译报错 出错了: TypeScript error: Error TS2318: Cannot find global type 'Array'. 库文件是最新的2.0正式版 2019-01-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

144. 新建Laya2D空项目(TS),编译出错! [ 64%]

...op\Laya\Test5\.laya\compile.js [15:32:44] Starting 'compile'... 出错了: TypeScript error: ../node_modules/@types/node/index.d.ts(37,22): Error TS6053: File '../node_modules/@types/node/inspector.d.ts' not found.   ----我是分割线--------------------------------------------------------- 然...

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

145. 新建项目报错,求助 [ 64%]

...ya2\test3d\.laya\gulpfile.js [19:37:56] Starting 'default'...  出错了: TypeScript error: ../../../node_modules/@types/node/index.d.ts(26,22): Error TS6053: File '../../../node_modules/@types/node/inspector.d.ts' not found. 2018-11-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

146. Laya ts版,使用jasmine进行单元测试 [ 64%]

...a ts版,使用jasmine进行单元测试 使用的Laya ts 1.7.22类库, typescript 3.2.2, npm 5.5.1  1 创建package.json{ "scripts": { "test": "jasmine-ts --config=jasmine.json" } } 2 安装jasmine及所需其他库,打开命令行,在项目根目录下npm i -D jasmine jasmine-ts ts-node ty...

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

147. LAYA2.0 无法编译 什么鬼问题? [ 64%]

...nk\myLaya\.laya\compile.js [17:46:10] Starting 'compile'...  出错了:  TypeScript error: node_modules/@types/node/index.d.ts(54,22): Error TS6053: File 'node_modules/@types/node/base.d.ts' not found. 附件 : --> 2019-07-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

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

148. 播放动画(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 63%]

...mator动画组件,因此我们可以获取它,参考以下代码。 ```typescript //获取角色动画组件 var ani:Animator= role3D.getChildAt(0).getComponent(Animator) as Animator; ``` 打开.lh文件查看,动画组件绑定在模型的子对象上,因此使用了 `getChildAt(0)`,通...

来源: Laya2.0_文档 发布时间: 20210715

149. 位图字体的制作与使用(TypeScript-LayaAir基础篇(TS)-文本) [ 63%]

...写位图字体加载和使用的代码。 完整代码如下所示: ```typescript import { ui } from "./ui/layaMaxUI"; //继承BitmapFont的ui场景类 export default class AllText extends ui.examples.text.BitmapFontUI { //给自己注册的字体起个名 private fontName: string = "diyFont"; co...

来源: Laya2.0_文档 发布时间: 20210715

150. layaair2-cmd 编译功能BUG [ 63%]

...) != VS Code 的语言服务(2.1.5)。可能出现一致的编译错误 TypeScript下HttpRequest发送Post请求有Bug? 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 ide 2.4 layaair2-cmd 编译报错 [引擎优化]希望官方可以增...

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