大约有 355 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0089 秒)
Laya_社区(144) laya_api(71) Laya2.0_api(71) Laya3.0_api(46) Laya3.0_文档(15) Laya2.0_文档(6) Laya_示例(1) Laya2.0_示例(1)
...aded():void 清理当前未完成的加载,所有未加载的内容全部停止加载。LoaderManager create(url:*, complete:Handler = null, progress:Handler = null, type:String = null, constructParams:Array = null, propertyParams:Object = null, priority:int = 1, cache:Boolean = true):void 根...
来源: Laya2.0_api 发布时间: 20190513
...属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Node onAwake():void 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 此方法为虚方法,使用时重写覆盖即可 Node onc...
来源: Laya2.0_api 发布时间: 20190513
...属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Node onAwake():void 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 此方法为虚方法,使用时重写覆盖即可 Node onc...
来源: Laya2.0_api 发布时间: 20190513
...身也是循环的。但是不知道为什么会跳帧。 Laya拖尾怎么停止或清除,比如要瞬移角色的时候停止。伤脑壳~~!! graphics alpha 问题 unity 粒子特效 laya插件有问题? 请问如何让textinput组件输入密码的时候显示*号? Laya 鼠标Cursor怪...
来源: Laya_社区 发布时间: 20191122
...,尤其是循环处理,当无需使用时,一定要及时回收,或停止循环。 LayaAir提供两种计时器循环来执行代码块。 Laya.timer.frameLoop执行频率依赖于帧频率,可通过Stat.FPS查看当前帧频。 Laya.timer.loop执行频率依赖于参数指定时间。 Lay...
来源: Laya3.0_文档 发布时间: 20251010
... Always Simulate。 Pause(暂停):粒子离开视野后,立即停止计算;重新进入视野时,从停止的那一刻继续。 AlwaysSimulate(始终模拟):无论粒子是否在视野范围内,都持续计算。 PauseAndCatchup(暂停并追赶):粒子离开视...
来源: Laya3.0_文档 发布时间: 20260122
...。clip.total="+ clip.total); if (clip.isPlaying == true) { clip.stop();//停止动画。 }else { clip.play();//播放动画。 } } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 var clip; Laya.loader.load("resource/ui/clip_num...
来源: Laya3.0_api 发布时间: 20231115
...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
...id Defined in laya/d3/component/Animator/Animator.ts:162 动画完成是否停止更新 Returns boolean Defined in laya/d3/component/Animator/Animator.ts:158 动画完成是否停止更新 Parameters value: boolean Returns void speed get speed(): number set speed(value: number): void Defined in laya...
来源: 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