大约有 491 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0070 秒)
...四个方向的箭头,尤其是按中键关闭tab时候,很讨厌 3、typescript开发模式下,ctrl+shift+f全局搜索,能否默认仅搜索.ts文件。因为js是编译后生成的,并不用于代码编辑修改。 4、发布的合并和混淆速度有点慢,希望优化 2018-03-13 ...
来源: Laya_社区 发布时间: 20180313
...) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 TypeScript下HttpRequest发送Post请求有Bug? List滑动条会引起单元格上的按钮点击后多次触发点击事件 LayaAir2.61 测试版 物理引擎bug 百分百 复现 自从layaflash起,就一直存在的bug ...
来源: Laya_社区 发布时间: 20180125
...) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 TypeScript下HttpRequest发送Post请求有Bug? ide 2.4 layaair2-cmd 编译报错 请教一个关于laya2.5d项目美术规范的问题哈 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也...
来源: Laya_社区 发布时间: 20170221
...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
...beta版本开发的游戏,升级Laya2.0之后,编译报错 出错了: TypeScript error: Error TS2318: Cannot find global type 'Array'. 库文件是最新的2.0正式版 2019-01-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20190128
...mator动画组件,因此我们可以获取它,参考以下代码。 ```typescript //获取角色动画组件 var ani:Animator= role3D.getChildAt(0).getComponent(Animator) as Animator; ``` 打开.lh文件查看,动画组件绑定在模型的子对象上,因此使用了 `getChildAt(0)`,通...
来源: Laya2.0_文档 发布时间: 20210715
...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
...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
...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
...写位图字体加载和使用的代码。 完整代码如下所示: ```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