大约有 368 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0065 秒)
...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
...戏,求思路 LayaAir 3D 有提供 3D 物理引擎功能吗? LayaAir Run 或者代码 显示的模型只有绿色 问题状态 最新活动: 2017-01-18 22:59 浏览: 6855 关注: 5 人 websun • 2017-01-18 23:09 你好,请问你在练习中有发现什么问题吗?我根据这个代码敲下来...
来源: Laya_社区 发布时间: 20160623
...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
...法正常使用。 当然,如果没有安装Node环境就直接预览(Run),插件工具也会提示下载安装Node环境,安装后需要重启Unity才会重生效,如果遇到重启Unity仍未生效的情况,建议重启电脑。 #### 3.3、导出工具操作面板 之前的小节有...
来源: Laya2.0_文档 发布时间: 20210714
...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
..."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
...._completeHandler != null) { this._completeHandler.run(); } } addTileProperties (tileDataDic) { var key; for (key in tileDataDic) { this._tileProperties2[key] = tileDataDic[k...
来源: Laya_社区 发布时间: 20220627
... 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