大约有 16,514 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0166 秒)
Laya_社区(14822) Laya2.0_文档(586) Laya3.0_api(400) Laya2.0_api(257) Laya3.0_文档(225) laya_api(207) Laya2.0_示例(9) Laya_示例(8)
..._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 fixture fixture: any Inherited from ColliderBase.fixture Defined in laya/physics/ColliderBase.ts:25 [只读]b2Fixture对象 label label: string Inherited from ColliderBase.labe...
来源: Laya3.0_api 发布时间: 20231115
...n laya/utils/Browser.ts:364 返回 Document 对象中拥有指定 id 的第一个对象的引用。 Parameters type: string 节点id。 Returns any 节点对象。 Static getQueryString getQueryString(name: string): string Defined in laya/utils/Browser.ts:466 获得URL参数值 Parameters name: stri...
来源: Laya3.0_api 发布时间: 20231115
..._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 fixture fixture: any Inherited from ColliderBase.fixture Defined in laya/physics/ColliderBase.ts:25 [只读]b2Fixture对象 label label: string Inherited from ColliderBase.labe...
来源: Laya3.0_api 发布时间: 20231115
...0-23 0 1 分享 微博 QZONE 微信 Monica - 知识达人 赞同来自: 同一个文本中字体大小不同,颜色不同 var htmlD:HTMLDivElement = new HTMLDivElement(); Laya.stage.addChild(htmlD); htmlD.innerHTML = "<font style='fontSize:30' color='#67fc2c'>测试<br/></font>&l...
来源: Laya_社区 发布时间: 20161027
..._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 fixture fixture: any Inherited from ColliderBase.fixture Defined in laya/physics/ColliderBase.ts:25 [只读]b2Fixture对象 label label: string Inherited from ColliderBase.labe...
来源: Laya3.0_api 发布时间: 20231115
...结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 hasListener...
来源: Laya3.0_api 发布时间: 20231115
...nstructor Defined in laya/d3/core/material/PBRStandardMaterial.ts:90 创建一个 PBRStandardMaterial 实例。 Returns PBRStandardMaterial Properties _id _id: number = 0 Inherited from Resource._id Defined in laya/resource/Resource.ts:97 destroyedImmediately destroyedImmediately: boolean Inherited ...
来源: Laya3.0_api 发布时间: 20231115
...结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 exitXR exit...
来源: Laya3.0_api 发布时间: 20231115
..._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from C...
来源: Laya3.0_api 发布时间: 20231115
...的索引。 返回值:LargeTexBase 对象。 //使用示例 // 获取第一个大纹理 const largeTex = atlasManager.getLargeTexture(0); console.log(`大纹理尺寸: ${largeTex.width} x ${largeTex.height}`); 获取所有大纹理对象 //接口 getAllLargeTextures(): LargeTexBase[] 获取所有...
来源: Laya3.0_文档 发布时间: 20260131