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

大约有 489 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)

81. laya.display.Node_API3.0 [ 75%]

...组件。 Type parameters T: Component Parameters componentType: {} 组件类型。 Returns T 组件。 addComponentInstance addComponentInstance(component: Component): Component Defined in laya/display/Node.ts:935 添加组件实例。 Parameters component: Component 组建实例。 Returns Compone...

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

82. laya.d3.core.Sprite3D_API3.0 [ 75%]

...组件。 Type parameters T: Component Parameters componentType: {} 组件类型。 Returns T 组件。 addComponentInstance addComponentInstance(component: Component): Component Inherited from Node.addComponentInstance Defined in laya/display/Node.ts:935 添加组件实例。 Parameters component: ...

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

83. laya.components.AnimatorState2D_API3.0 [ 75%]

...D.ts:219 添加脚本。 Parameters type: typeof AnimatorStateScript 组件类型。 Returns AnimatorStateScript 脚本。 clone clone(): AnimatorState2D Defined in laya/components/AnimatorState2D.ts:265 克隆 Returns AnimatorState2D cloneTo cloneTo(destObject: any): void Defined in laya/components...

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

84. ani时间轴动画问题 [ 75%]

...源没有预加载 你预加载的是json资源,所以需要指定资源类型为ATLAS。 你也可以在UI编辑模式下F9打开项目设置把资源类型改为atals的,这样你就不用指定资源类型为ATLAS了 2017-10-12 1 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被...

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

85. laya.d3.webxr.core.ButtonGamepad_API3.0 [ 75%]

...events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需...

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

86. laya.display.Node [ 75%]

...ner(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):Ev...

来源: Laya2.0_api 发布时间: 20190513

87. iOS-App内购(TypeScript-LayaNative原生服务-LayaNative进阶) [ 74%]

...入参数,为json字符串, json对象必须提供以下属性 | 名称 | 类型 | 描述 | | ------------ | ------ | --------------------------- | | product_id | string | 苹果的商品ID (在iTunesConnect中设置) | | amount | number | 购买数量 | | order_id | string | 订单ID (单机版设...

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

88. 3d获取组件代码bug [ 74%]

3d获取组件代码bug /** *通过指定类型获得所有组件。 *@param type 组件类型。 *@param components 组件输出队列。 */ __proto.getComponentsByType=function(type,components){ var index=this._componentsMap.indexOf(type); if (index===-1) components.length=0; //这里应该返回...

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

89. 加载时间轴动画报错 [ 74%]

...复制到自己的项目中运行的(文档中预加载的资源是.atlas类型的,现在IDE中默认导出的是.json类型的,你需要先到UI编辑模式下F9打开项目设置改下导出类型) 2.你在index.html中引入了一个不存在的js文件matter-RenderLaya,需要把这个...

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

90. laya.utils.TimeLine [ 74%]

...ner(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):Ev...

来源: laya_api 发布时间: 20170929