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

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

361. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 31%]

...r state: AnimatorState = new AnimatorState(); //动作名称 state.name = "run"; //动作播放起始时间 state.clipStart = 40 / 150; //动作播放结束时间 state.clipEnd = 70 / 150; //设置动作 state.clip = animator.getDefaultState().clip; //为动画组件添加一个动作状态 animator...

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

362. LayaAir开发笔记(1)五十音图连连看 [ 30%]

...戏,求思路 LayaAir 3D 有提供 3D 物理引擎功能吗? LayaAir Run 或者代码 显示的模型只有绿色 问题状态 最新活动: 2017-01-18 22:59 浏览: 6855 关注: 5 人 websun • 2017-01-18 23:09 你好,请问你在练习中有发现什么问题吗?我根据这个代码敲下来...

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

363. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 24%]

...press: false, }), ], }; const watcher = rollup.watch(config); console.log(`Running 'rollup watcher'...`); let tS; watcher.on('event', (event) => { // event.code 会是下面其中一个: // START — 监听器正在启动(重启) // BUNDLE_START — 构建单个文件束 // BUNDLE_END — ...

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

364. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 23%]

...法正常使用。 当然,如果没有安装Node环境就直接预览(Run),插件工具也会提示下载安装Node环境,安装后需要重启Unity才会重生效,如果遇到重启Unity仍未生效的情况,建议重启电脑。 #### 3.3、导出工具操作面板 之前的小节有...

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

365. 安装layaair2-cmd一直失败 [ 21%]

...is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR!     C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2020-02-11T10_54_16_317Z-debug.l og     2020-02-11T10_54_16_317Z-debug.log   31916 info lifecycle jpeg-recompress-bin@4.0.0~postin...

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

366. VSCode高效开发工作流配置指南(TypeScript-IDE篇(TS)-代码模式基础) [ 20%]

..."chrome", "request": "launch", "file": "${workspaceRoot}/bin/index.html", "runtimeArgs": [ "--allow-file-access-from-files", "--disable-web-security" ], "sourceMaps": true, "webRoot": "${workspaceRoot}", "userDataDir": "${workspaceRoot}/.laya/chrome", "sourceMapPathOverrides": { "src/*": "${workspac...

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

367. 引擎 TiledMap 居然不支持图块翻转 [ 12%]

...._completeHandler != null) {                 this._completeHandler.run();             }         }         addTileProperties (tileDataDic) {             var key;             for (key in tileDataDic) {                 this._tileProperties2[key] = tileDataDic[k...

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

368. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 10%]

...    console.log("b:",b);         console.log("a3:",a);         a.run();                  日志:         a1: Handler {once: true, _id: 6, caller: null, args: Array[1]}         a2: Handler {once: true, _id: 0, caller: null, method: null, args: null}         b: Handler...

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