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

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

161. laya.effect.EffectBase_API3.0 [ 37%]

...herited from Component.id Defined in laya/components/Component.ts:67 唯一标识ID。 Returns number Methods _initialize _initialize(): void Inherited from Component._initialize Defined in laya/components/Component.ts:56 Returns void _setOwner _setOwner(node: Node): void Inherited from Component._s...

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

162. laya.events.Event [ 37%]

...only] 触摸点列表。 Event  touchId : int 分配给触摸点的唯一标识号(作为 int)。Event  type : String 事件类型。EventPublic Methods  MethodDefined By  setTo(type:String, currentTarget:Sprite, target:Sprite):Event 设置事件数据。 Event  stopPropagation():void ...

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

163. laya.effect.FadeOut_API3.0 [ 36%]

...herited from Component.id Defined in laya/components/Component.ts:67 唯一标识ID。 Returns number Methods _initialize _initialize(): void Inherited from Component._initialize Defined in laya/components/Component.ts:56 Returns void _setOwner _setOwner(node: Node): void Inherited from Component._s...

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

164. laya.effect.FadeIn_API3.0 [ 36%]

...herited from Component.id Defined in laya/components/Component.ts:67 唯一标识ID。 Returns number Methods _initialize _initialize(): void Inherited from Component._initialize Defined in laya/components/Component.ts:56 Returns void _setOwner _setOwner(node: Node): void Inherited from Component._s...

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

165. laya.d3.component.hlod.HLOD_API3.0 [ 36%]

...herited from Component.id Defined in laya/components/Component.ts:67 唯一标识ID。 Returns number lodCullRateArray get lodCullRateArray(): number[] set lodCullRateArray(value: number[]): void Defined in laya/d3/component/HLOD/HLOD.ts:71 lod裁剪过滤 Returns number[] Defined in laya/d3/compone...

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

166. laya.events.Event [ 36%]

...only] 触摸点列表。 Event  touchId : int 分配给触摸点的唯一标识号(作为 int)。Event  type : String 事件类型。EventPublic Methods  MethodDefined By  setTo(type:String, currentTarget:Sprite, target:Sprite):Event 设置事件数据。 Event  stopPropagation():void ...

来源: laya_api 发布时间: 20170929

167. laya.physics.joint.GearJoint_API3.0 [ 36%]

...herited from Component.id Defined in laya/components/Component.ts:67 唯一标识ID。 Returns number joint get joint(): any Inherited from JointBase.joint Defined in laya/physics/joint/JointBase.ts:18 [只读]原生关节对象 Returns any ratio get ratio(): number set ratio(value: number): void De...

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

168. laya.physics.joint.PulleyJoint_API3.0 [ 35%]

...herited from Component.id Defined in laya/components/Component.ts:67 唯一标识ID。 Returns number joint get joint(): any Inherited from JointBase.joint Defined in laya/physics/joint/JointBase.ts:18 [只读]原生关节对象 Returns any Methods _initialize _initialize(): void Inherited from Comp...

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

169. laya.physics.joint.WeldJoint_API3.0 [ 34%]

...herited from Component.id Defined in laya/components/Component.ts:67 唯一标识ID。 Returns number joint get joint(): any Inherited from JointBase.joint Defined in laya/physics/joint/JointBase.ts:18 [只读]原生关节对象 Returns any Methods _initialize _initialize(): void Inherited from Comp...

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

170. 如何能监听到TouchStart和TouchEnd事件 [ 34%]

...      _stoped: boolean;         /** 分配给触摸点的唯一标识号(作为 int)。*/         touchId: number;         /**键盘值*/         keyCode: number;         /**滚轮滑动增量*/         delta: number;         /**       ...

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