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

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

731. laya.effect.FadeIn_API3.0 [ 86%]

...t/EffectBase.ts:23 效果结束后,是否自动移除节点 delay delay: number = 0 Inherited from EffectBase.delay Defined in laya/effect/EffectBase.ts:13 动画延迟时间,单位为毫秒 duration duration: number = 1000 Inherited from EffectBase.duration Defined in laya/effect/EffectBase.ts:...

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

732. laya.d3.core.particleShuriKen.module.Burst [ 86%]

... minCount : int[read-only] 获取爆裂的最小数量。 Burst  time : Number[read-only] 获取爆裂时间,单位为秒。 BurstPublic Methods  MethodDefined By  Burst(time:Number, minCount:int, maxCount:int) 创建一个 Burst 实例。 Burst  clone():* 克隆。 Burst  cloneTo(destObje...

来源: laya_api 发布时间: 20170929

733. laya.d3.core.particleShuriKen.module.Burst [ 86%]

... minCount : int[read-only] 获取爆裂的最小数量。 Burst  time : Number[read-only] 获取爆裂时间,单位为秒。 BurstPublic Methods  MethodDefined By  Burst(time:Number, minCount:int, maxCount:int) 创建一个 Burst 实例。 Burst  clone():* 克隆。 Burst  cloneTo(destObje...

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

734. laya.components.AnimatorStateBoolCondition_API3.0 [ 86%]

...on.ts:179 判断类型 Parameters value: boolean Returns void id get id(): number Inherited from AnimatorStateCondition.id Defined in laya/components/AnimatorStateCondition.ts:66 唯一ID Returns number name get name(): string set name(value: string): void Inherited from AnimatorStateCondition.name ...

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

735. laya.d3.renderobjs.nativeobj.NativeInstanceRenderElementOBJ_API3.0 [ 86%]

...ts:57 Parameters data: Transform3D Returns void drawCount get drawCount(): number set drawCount(drawCount: number): void Defined in laya/d3/RenderObjs/NativeOBJ/NativeInstanceRenderElementOBJ.ts:56 Returns number Defined in laya/d3/RenderObjs/NativeOBJ/NativeInstanceRenderElementOBJ.ts:52 Parameters...

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

736. laya.d3.component.physics.SphereCollider [ 86%]

...onentNode[read-only] 获取所属Sprite3D节点。 Component3D  radius : Number 获取半径。 SphereCollider started : Boolean是否已执行start函数。Component3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  SphereCollider() 创建一个 Sph...

来源: laya_api 发布时间: 20170929

737. laya.d3.core.particleShuriKen.module.shape.ShapeUtils [ 86%]

...and = null):void[static] ShapeUtils  _randomPointInsideUnitArcCircle(arc:Number, out:Vector2, rand:Rand = null):void[static] ShapeUtils  _randomPointInsideUnitCircle(out:Vector2, rand:Rand = null):void[static] ShapeUtils  _randomPointInsideUnitSphere(out:Vector3, rand:Rand = null):void[static]...

来源: laya_api 发布时间: 20170929

738. laya.d3.core.particleShuriKen.module.shape.ShapeUtils [ 86%]

...and = null):void[static] ShapeUtils  _randomPointInsideUnitArcCircle(arc:Number, out:Vector2, rand:Rand = null):void[static] ShapeUtils  _randomPointInsideUnitCircle(out:Vector2, rand:Rand = null):void[static] ShapeUtils  _randomPointInsideUnitSphere(out:Vector3, rand:Rand = null):void[static]...

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

739. Clip组件Bug:Play方法无法结束循环 [ 86%]

... * @param {string} path 原图位置(Sprite图)      * @param {number} cols 列数      * @param {number} rows 行数      * @param {number} [interval] 间隔时间,选填      * @param {boolean} [isLoop]    是否循环,默认不循环      *...

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

740. 问一下tween的一些参数怎么设置 [ 86%]

...果的次数和时间,即缓动效果的幅度。 static elasticOut(t: number, b: number, c: number, d: number, a?: number, p?: number): number; 我看这个是有参数可以控制的,但是在tween中怎么使用这些参数? cuixueying • 2016-09-22 22:10 /** * 以较快速度开始运动...

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