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

大约有 16,514 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0166 秒)

16481. laya.physics.BoxCollider_API3.0 [ 31%]

..._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

16482. laya.utils.Browser_API3.0 [ 31%]

...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

16483. laya.physics.PolygonCollider_API3.0 [ 31%]

..._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

16484. 富文本:LayaAir下 HtmlDivElement的使用汇总 [ 31%]

...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

16485. laya.physics.ChainCollider_API3.0 [ 31%]

..._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

16486. laya.resource.Prefab_API3.0 [ 30%]

...结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 hasListener...

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

16487. laya.d3.core.material.PBRStandardMaterial_API3.0 [ 30%]

...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

16488. laya.d3.webxr.core.WebXRSessionManager_API3.0 [ 30%]

...结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 exitXR exit...

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

16489. laya.components.Animator2D_API3.0 [ 30%]

..._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

16490. 动态图集 · LayaAir3.4 · 引擎文档 · LAYABOX [ 30%]

...的索引。 返回值:LargeTexBase 对象。 //使用示例 // 获取第一个大纹理 const largeTex = atlasManager.getLargeTexture(0); console.log(`大纹理尺寸: ${largeTex.width} x ${largeTex.height}`); 获取所有大纹理对象 //接口 getAllLargeTextures(): LargeTexBase[] 获取所有...

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