大约有 1,625 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0053 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...nt.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean destroyed...
来源: Laya3.0_api 发布时间: 20231115
...nt.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 Accessors anchor get anchor(): Vector3 set anchor(value: Vector3): void Inherited from ConstraintComponent.anchor Defined in laya/d3/physic...
来源: Laya3.0_api 发布时间: 20231115
...nt.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean canCollid...
来源: Laya3.0_api 发布时间: 20231115
...nt.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean boundsMax...
来源: Laya3.0_api 发布时间: 20231115
...nt.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean canCollid...
来源: Laya3.0_api 发布时间: 20231115
...nt.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean destroyed...
来源: Laya3.0_api 发布时间: 20231115
...||data.url == "test/3.png"){ mark ++; console.log("------data.url:" + JSON.stringify(data.url)); if(mark == 4)//确认数据全部接收后 Laya.loader.load(["res/atlas/test.atlas", "test/1.png", "test/2.png", "test/3.png"],Laya.Handler.create(this,this.onComplete)); } }.bind(this)); }else { Laya.lo...
来源: Laya_社区 发布时间: 20190307
...直接使用。 示例代码如下所示: ```typescript let textureFile: string = ""; if (Laya.Browser.onIOS) { textureFile = "res/layabox.pvr"; } else if (Laya.Browser.onAndroid) { textureFile = "res/layabox.ktx"; } else { textureFile = "res/layabox.png"; } //预加载纹理文件 Laya.loader.loa...
来源: Laya2.0_文档 发布时间: 20210714
...nt.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean destroyed...
来源: Laya3.0_api 发布时间: 20231115
...出关键字即所在的索引 * @param _text */ private parseType(_text: string) { let text = _text.replace(/(\\r\\n)|(\\n)/g, "") let typeKey = text.match(/{.+?}/); if (!typeKey) return _text; let ketStr = typeKey[0]; while (ketStr) { let typeIndex = text.indexOf(ketStr) if (!this.typeList[typeInd...
来源: Laya_社区 发布时间: 20180417