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

大约有 3,186 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0079 秒)

3171. laya.d3.core.light.PointLightCom_API3.0 [ 31%]

... 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 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

3172. 如何使用及维护Github的LayaAir引擎源码(TypeScript-简介篇(TS)-LayaAir引擎简介) [ 31%]

...远程分支。效果如下图所示。 ![图](img/10-1.png) ##### 5.1.2 获取layaAir官方分支的最新版本 layaAir远程分支添加成功后,可以使用 `git fetch layaAir` 命令获取layaAir官方的分支到本地。 ![图](img/10-2.png) ##### 5.1.3 合并分支 当本地已存在layaA...

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

3173. laya.d3.core.light.SpotLightCom_API3.0 [ 30%]

... 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 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

3174. laya.d3.component.volume.volumetricgi.VolumetricGI_API3.0 [ 30%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 probeCounts probeCounts: Vector3 Defined in laya/d3/component/Volume/VolumetricGI/VolumetricGI.ts:12 probeStep probeStep: Vector3 Defined in laya/d3/component/Volume/VolumetricGI/VolumetricGI.ts:13 O...

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

3175. Laya中Button等组件lose skin的问题 [ 30%]

...   再去看看laya.core.js中的getRes是如何运作的。 /**     *获取指定资源地址的资源。     *@param url 资源地址。     *@return 返回资源。     */     __proto.getRes=function(url){         return Loader.getRes(url);     }   Loader.getRes:...

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

3176. laya.d3.core.light.DirectionLightCom_API3.0 [ 29%]

... 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 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

3177. laya.d3.core.light.AreaLightCom_API3.0 [ 29%]

... 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 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

3178. 微信小游戏分包实战(JavaScript-小游戏适配文档-微信小游戏) [ 27%]

...base/subpackage/LoadSubpackageTask.html),可以通过 LoadSubpackageTask 获取当前下载进度。示例代码如下: ```javascript loadTask.onProgressUpdate(res => { console.log('下载进度', res.progress) console.log('已经下载的数据长度', res.totalBytesWritten) console.log('预期...

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

3179. 3D物理系统 · LayaAir3.3 · 引擎文档 · LAYABOX [ 27%]

... 通过代码设置触发器的方式: /* ……省略若干代码 */ //获取物理刚体组件 this.rigidbody1 = this.cube1.getComponent(Laya.Rigidbody3D) as Laya.Rigidbody3D; this.rigidbody2 = this.cube2.getComponent(Laya.Rigidbody3D) as Laya.Rigidbody3D; //设置rigidbody1为触发器,取消...

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

3180. 微信关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 [ 26%]

... 是的,排行榜的图片资源最好不要打包图集,不然很可能会获取不到资源 Charles • 2018-08-20 09:24 @渔歌:那怎么取资源呢? 渔歌 • 2018-08-20 09:46 把子域资源不打包,直接放到主域的bin目录下,子域需要一张一张的加载图片资源,(子域资...

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