大约有 1,247 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0059 秒)
Laya_社区(911) Laya3.0_api(161) Laya2.0_api(77) laya_api(70) Laya2.0_文档(15) Laya3.0_文档(11) Laya2.0_示例(1) Laya_示例(1)
...mpile.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
...fo Index Constructors constructor Accessors mincullRate renders Methods addNode removeAllRender removeNode Constructors constructor new LODInfo(mincullRate: number): LODInfo Defined in laya/d3/component/LODGroup.ts:32 实例化一个LODInfo Parameters mincullRate: number Returns LODInfo Accessors mi...
来源: Laya3.0_api 发布时间: 20231115
...nt. */ /* Module Resolution Options */ // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ // "baseUrl": "./", /* Base directory to resolve non-absolute modul...
来源: Laya_社区 发布时间: 20190408
在laya中如何使用node.js呢? 如题所述。 现在由于想通过node.js获取硬盘上某一文件的路径,如何在laya中调用node.js啊? 2018-10-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...
来源: Laya_社区 发布时间: 20181011
...例,即同一个节点只能添加此类型的脚本一次 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
如何能够clone一个node(包括node所有的子节点, 以及所有节点上的compnent,属性) 2019-02-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 138*****161 赞同来自: 目前laya不支持2d对象...
来源: Laya_社区 发布时间: 20190210
...ompile.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
...xel normalBias probePosition type viewBias Methods _VolumeChange _addRenderNode _cloneTo _initialize _motionInVolume _onDestroy _reCaculateBoundBox _removeRenderNode _setOwner applyVolumetricGI destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onR...
来源: Laya3.0_api 发布时间: 20231115
...nnon/CannonPhysicsComponent.ts:191 是否可以缩放Shape。 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:3...
来源: Laya3.0_api 发布时间: 20231102
... MiniAdpter.onCreateInput(type); } else if (type == "div") { var node = MiniAdpter._preCreateElement(type); node.contains = function (value) { return null; }; node.removeChild = function (value) { }; return node; } else { return MiniAdpter._preCreateElement(type); } } static onCreateInput(...
来源: Laya_社区 发布时间: 20200103