大约有 2,997 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0076 秒)
Laya_社区(2825) Laya3.0_api(82) Laya2.0_文档(61) Laya3.0_文档(12) Laya_示例(8) Laya2.0_示例(5) laya_api(3) Laya2.0_api(1)
...名注册的),并分别设置var名称,如下图所示:  > 特别提醒:在IDE的font属性里,位图字体名称只能是手动输入,是不会出现在下拉选项里的。 #### 第三步:在代码中进行注册 IDE中的注册,只是为了IDE里显示出位图...
来源: Laya2.0_文档 发布时间: 20210715
...); let rate = 0.5; if(count > 5) rate = 0.4; if(count > 10) rate = 0.25; if(count > 20) rate = 0.15; rate *= 0.75 for(var i=LINENUM; i<arr2.length - 1; i++){ let formatStr = Trim(arr2[i], "g"); arr2[i] = String(arr2[i]); let formatStr2 = Trim(arr2[i-1], "g"); arr2[i-1] = String(arr2[i-1]...
来源: Laya_社区 发布时间: 20190613
...。 Static CLICK CLICK: string = "click" Defined in laya/events/Event.ts:25 定义 click 事件对象的 type 属性值。 Static CLOSE CLOSE: string = "close" Defined in laya/events/Event.ts:98 定义 close 事件对象的 type 属性值。 Static COLLISION_ENTER COLLISION_ENTER: string = "collisio...
来源: Laya3.0_api 发布时间: 20231115
...SHADOWMAPTEXTURE1 : int = 24[static] BaseScene SHADOWMAPTEXTURE2 : int = 25[static] BaseScene SHADOWMAPTEXTURE3 : int = 26[static] BaseScene SPOTLIGHTAMBIENT : int = 19[static] BaseScene SPOTLIGHTATTENUATION : int = 17[static] BaseScene SPOTLIGHTDIFFUSE : int = 18[static] BaseScene SPOTLIGHTDI...
来源: laya_api 发布时间: 20170422
...[0, 0, 1, 0, 1, 1, 0, 1] Defined in laya/resource/NativeRenderTexture2D.ts:25 Static flipyuv flipyuv: any[] = [0, 1, 1, 1, 1, 0, 0, 0] Defined in laya/resource/NativeRenderTexture2D.ts:26 Accessors anisoLevel get anisoLevel(): number set anisoLevel(value: number): void Inherited from BaseTexture.ani...
来源: Laya3.0_api 发布时间: 20231115
...tureCube.depthStencilTexture Defined in laya/d3/resource/RenderTexture.ts:125 Returns BaseTexture destroyed get destroyed(): boolean Inherited from Resource.destroyed Defined in laya/resource/Resource.ts:130 是否已销毁。 Returns boolean dimension get dimension(): TextureDimension Inherited fro...
来源: Laya3.0_api 发布时间: 20231102
...cale]; const p5 = [60 * s * this.scale, 15 * -1 * this.scale]; const p6 = [25 * s * this.scale, 37 * -1 * this.scale]; let leg1 = new Sprite(); leg1.pos(this.pos[0] + this.m_offset[0], this.pos[1] + this.m_offset[1] + 16 * this.scale); // TODO 这里的数值待优化 this.Main.box2D.addChild(leg1);...
来源: Laya2.0_示例 发布时间: 20251223
...st links = [ { obj: "data", prop: "url", url : "b5b5975b-3d93-4ee5-83a3-68d25c2354bf" }; this.exportInfo.deps = this.parseLinks(links); 构建器在输出阶段,将会自动处理这些依赖的更新,以上面的代码为例,假设“b5b5975b-3d93-4ee5-83a3-68d25c2354bf”输出的路径是"t...
来源: Laya3.0_文档 发布时间: 20251010
...新版) > *author: charley version: LayaAir IDE 2.1.1 update:2019-06-25* [TOC] LayaAir IDE在项目发布的功能上一直在不断的优化,中间历经多个大小版本的升级迭代。在新的版本里,不仅加强了发布流程的自定义,让发布筛选更加灵活,也为一...
来源: Laya2.0_文档 发布时间: 20210715
...断苹果IOS 还是安卓Android? 问题状态 最新活动: 2019-12-16 10:25 浏览: 793 关注: 3 人 Nevermore • 2019-12-17 15:52 有堆栈应该就能找到问题了吧? bearocean • 2021-02-19 21:07 你好! Nevermore, 请问你这个问题有没有解决? 我也出现了完全一致的...
来源: Laya_社区 发布时间: 20191214