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

大约有 1,831 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0066 秒)

431. laya.components.Widget_API3.0 [ 76%]

...例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34...

来源: Laya3.0_api 发布时间: 20231115

432. laya.ui.Widget_API3.0 [ 76%]

...例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34...

来源: Laya3.0_api 发布时间: 20231102

433. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 [ 76%]

...性,配置下就好了。对应的属性是: "typescript.tsdk": "XXX/node_modules/typescript/lib"   XXX为各位的npm酷的路径位置 2018-08-02 1 0 分享 微博 QZONE 微信 kongbu0621 赞同来自: 多谢 2017-03-29 0 0 分享 微博 QZONE 微信 asdf131 赞同来自: 如果非要改成...

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

434. Laya3d场景在部分andriod设备微信小游戏出现场景加载错误问题 [ 76%]

...iod设备微信小游戏出现场景加载错误问题 VM59:164 Error: not node js file system!path:res/base/Assets/Animator/gamewin-gamewin.lani; go __invokeHandler__ Error: not node js file system!path:res/base/Assets/Animator/gamereset-gamereset.lani; go __invokeHandler__ VM59:164 Error: not node...

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

435. vscode 配置 layaair2-cmd [ 75%]

vscode 配置 layaair2-cmd nodejs 8.17 layaide 2.6.0 安装好layaair2-cmd 后,执行命令layaair2-cmd compile 第一次: 直接打包提示本地不存在gulp, 之前已经在全局安装过gulp,然后又在本地安装一次,见红框2安装成功后,再次执行compile  又提示gul...

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

436. laya.d3.component.volume.Volume_API3.0 [ 75%]

...hideFlags id importance probePosition type Methods _VolumeChange _addRenderNode _initialize _motionInVolume _reCaculateBoundBox _removeRenderNode _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors con...

来源: Laya3.0_api 发布时间: 20231115

437. 编译部署到layaCloud正式环境报错 [ 75%]

...ck (D:\新安装工具\layabox2.0\LayaAi 出错了:rIDE_beta\resources\app\node_modules\request\request.js:186:22) at emitTwo (events.js:106:13) at Request.emit (events.js:194:7) at Request.<anonymous> (D:\新安装工具\layabox2.0\LayaAirIDE_beta\resources\app\node_modules\request\request.js...

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

438. 插件开发说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 75%]

.../移动,HTTP请求,上传/下载等等。 开发者可以直接使用node模块,另外,IDE也内置了一些常用的npm库,例如sharp,glob,pinyin, @svgdotjs/svg.js等。引用node内置模块可以使用import xx from "xx"的方式,所有IDE内置cjs模块都可以通过IEditor.req...

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

439. 使用3D精灵 · LayaAir3.3 · 引擎文档 · LAYABOX [ 75%]

...点的名字。 * @return 节点对象。 */ getChildByName(name: string): Node { for (let child of this._children) { if (child && child.name === name) return child; } return null; } 当我们找到子节点时,也可以对节点做一些基础操作,比如删除掉自己方法 removeSel...

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

440. Laya2.0引擎创建3d示例项目运行报错 [ 75%]

...s [10:29:49] Starting 'default'...  出错了: TypeScript error: ../../../node_modules/@types/gsap/index.d.ts(6,22): Error TS6053: File '../../../node_modules/@types/gsap/Animation.d.ts' not found. 2018-09-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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