大约有 60 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0088 秒)
...ng, oldName:String, newName:String):void 替换插槽贴图名 Skeleton resume():void 恢复动画的播放 Skeleton runCallLater(method:Function):void 如果有需要延迟调用的函数(通过 callLater 函数设置),则立即执行延迟调用函数。 Node scale(scaleX:Number, scaleY...
来源: Laya2.0_api 发布时间: 20190513
... * 暂停时钟 */ pause(): void { this.scale = 0; } /** * 恢复时钟 */ resume(): void { this.scale = 1; } 4. 当前帧延迟执行 当前帧执行后立即执行。渲染之前执行,比延迟一帧的定时器,执行优先级更高: /** * 延迟执行。 * @param caller 执行域(this)。...
来源: Laya3.0_文档 发布时间: 20251010
...7325752612684 :com.yunos.tv.homeshell D/IC5 ( 4543): readEventLogs : am_on_resume_called--> packnameString = 1489977326342674309 :com.klzz.platform D/IC5 ( 4543): readEventLogs : am_activity_launch_time-->com.klzz.platform/.PlatformActivity :com.klzz.platform/.PlatformActivity I/wpa_supplicant...
来源: Laya_社区 发布时间: 20170320
... let post = pfUtils.postMessage; // post('resume'); post('enter', data); // 5秒后停止绘画 self.clearTimeout(); self.reloadCanvas(); // 先刷新一次 ...
来源: Laya_社区 发布时间: 20181114
...。如果不想tween被立刻执行,可以调用pause,后续再调用resume。 * @param target 缓动的目标对象。可以为空。 * @param lifecycleOwner 生命周期对象,当销毁时,缓动会自动停止。一般情况下,如果任务的目标对象有 destroyed 属性,则不需...
来源: Laya3.0_文档 发布时间: 20251010
...me removeChildren removeSelf render repaint replaceChild resetExternalSkin resume runCallLater scale setChildIndex setGraphics setMix setSelfBounds setSlotAttachment set_anchorX set_anchorY set_height set_scaleX set_scaleY set_transform set_visible set_width showSkinByIndex showSkinByName size skew ...
来源: Laya3.0_api 发布时间: 20231115
...elf render repaint replaceChild replaceSlotSkinByIndex replaceSlotSkinName resume runCallLater scale setChildIndex setGraphics setSelfBounds setSlotSkin set_anchorX set_anchorY set_height set_scaleX set_scaleY set_transform set_visible set_width showSkinByIndex showSkinByName showSlotSkinByIndex sho...
来源: Laya3.0_api 发布时间: 20231115
... this.bgmChannel.pause(); } } public resumeBGM(): void { if (this.bgmChannel) { this.bgmChannel.resume(); } else { this.playBGM(this.curBGMUrl); } } public playEffect( ...
来源: Laya_社区 发布时间: 20250930
...{ return this._audio.loop; } set loop(value) { this._audio.loop = value; } resume() { if (!this._audio) return; this.isStopped = false; Laya.SoundManager.addChannel(this); this._audio.play(); } set volume(v) { if (!this._audio) return; this._audio.volume = v; } get volume() { if (!this._audio) retur...
来源: Laya_社区 发布时间: 20200103
...nActivity/1 2018-11-26 18:31:47.151 1505-1800/? E/ActivityTrigger: activityResumeTrigger: not whiteListedcom.layabox.dotJourney/demo.MainActivity/1 2018-11-26 18:31:47.166 1505-5543/? E/ActivityTrigger: activityResumeTrigger: not whiteListedcom.layabox.dotJourney/demo.MainActivity/1 2018-11-26 18:31...
来源: Laya_社区 发布时间: 20181126