大约有 1,839 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0049 秒)
Laya_社区(603) Laya3.0_api(529) Laya2.0_api(242) laya_api(178) Laya2.0_文档(88) Laya_示例(78) Laya2.0_示例(68) Laya3.0_文档(53)
...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
... 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
... 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
...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
...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
...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
...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
...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
... * @param {string} path 原图位置(Sprite图) * @param {number} cols 列数 * @param {number} rows 行数 * @param {number} [interval] 间隔时间,选填 * @param {boolean} [isLoop] 是否循环,默认不循环 *...
来源: Laya_社区 发布时间: 20201211
...果的次数和时间,即缓动效果的幅度。 static elasticOut(t: number, b: number, c: number, d: number, a?: number, p?: number): number; 我看这个是有参数可以控制的,但是在tween中怎么使用这些参数? cuixueying • 2016-09-22 22:10 /** * 以较快速度开始运动...
来源: Laya_社区 发布时间: 20160913