大约有 1,736 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0101 秒)
Laya_社区(1451) laya_api(82) Laya2.0_api(81) Laya3.0_api(55) Laya2.0_文档(29) Laya3.0_文档(29) Laya2.0_示例(5) Laya_示例(4)
...,尤其是循环处理,当无需使用时,一定要及时回收,或停止循环。 LayaAir提供两种计时器循环来执行代码块。 Laya.timer.frameLoop执行频率依赖于帧频率,可通过Stat.FPS查看当前帧频。 Laya.timer.loop执行频率依赖于参数指定时间。 Lay...
来源: Laya3.0_文档 发布时间: 20251010
...t(events: string): void Defined in laya/media/SoundNode.ts:173 设置触发停止的事件 Parameters events: string Returns void target set target(tar: Sprite): void Defined in laya/media/SoundNode.ts:156 设置控制播放的对象 Parameters tar: Sprite Returns void texture get texture(): Texture...
来源: Laya3.0_api 发布时间: 20231115
...ader.ts:859 清理当前未完成的加载,所有未加载的内容全部停止加载。 Returns void event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional da...
来源: Laya3.0_api 发布时间: 20231115
...dex: number): void Defined in laya/ani/swf/MovieClip.ts:240 跳到某帧并停止播放动画。 Parameters index: number Returns void hasHideFlag hasHideFlag(flag: number): boolean Inherited from Node.hasHideFlag Defined in laya/display/Node.ts:173 Parameters flag: number Returns boolean hasListene...
来源: Laya3.0_api 发布时间: 20231115
... clear clear(): AnimationBase Defined in laya/display/AnimationBase.ts:277 停止动画播放,并清理对象属性。之后可存入对象池,方便对象复用。 Returns AnimationBase 返回对象本身 clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer ...
来源: Laya3.0_api 发布时间: 20231115
...y LayaAir Engine” 字样,否则LayaAir引擎官方有权要求该产品停止引擎的使用,有权要求未遵守引擎使用协议的产品从所有运营平台中下架该产品。 #### 1.3 问题社区(Issues) 除了官方网站的社区外,我们还在GitHub中开启了Issues功能...
来源: Laya2.0_文档 发布时间: 20210714
...加多个动效。 当一个动效开始播放时,其他动效会自动停止播放。 可以通过LayaAir IDE创建。 Hierarchy FrameAnimation EffectAnimation Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior loop mouseThrough name tag w...
来源: Laya3.0_api 发布时间: 20231115
...id Defined in laya/d3/core/particleShuriKen/ShurikenParticleSystem.ts:2122 停止发射粒子。 Returns void Globals "laya/d3/core/particleShuriKen/ShurikenParticleSystem" ShurikenParticleSystem constructor _geometryElementOBj autoRandomSeed dragConstant dragSpeedConstantMax dragSpeedConstantMin dr...
来源: Laya3.0_api 发布时间: 20231115
...周期时间内可以发射多次粒子,到达设置的时间后,粒子停止发射 注意:不是一个粒子的生命周期时间,下面会介绍一个粒子的生命周期时间 (动图3)Duration为5的效果,5秒到达时,粒子不在发射,同时Loop要设为不启动 Loop...
来源: Laya3.0_文档 发布时间: 20251010
...周期时间内可以发射多次粒子,到达设置的时间后,粒子停止发射 注意:不是一个粒子的生命周期时间,下面会介绍一个粒子的生命周期时间 (动图3)Duration为5的效果,5秒到达时,粒子不在发射,同时Loop要设为不启动 Loop...
来源: Laya3.0_文档 发布时间: 20250104