Warudo
28 个评价
Timer 计时器
   
奖励
收藏
已收藏
取消收藏
类型: 插件
文件大小
发表于
更新日期
24.674 KB
2023 年 7 月 14 日 上午 5:04
2 月 4 日 下午 12:09
5 项改动说明 ( 查看 )

订阅以下载
Timer 计时器

描述
一个计时器蓝图节点,可以统计时间范围内的数量,并按照数量触发;自恢复触发计时器,当持续输入时重置计时,结束持续输入后 X 秒输出。

A timer blueprint node that can count the quantity within a time range and trigger based on the quantity; a self-resetting trigger timer that resets the timer when there is continuous input, and outputs after X seconds when continuous input ends.

V1.1 更新
[新增]
* 触发滚动计数出口后清空计数的功能

V1.2 更新
[新增]
* 中文语言翻译

[修复]
* 计时组件现在使用滑块,不再允许使用小于等于 0 的值

V1.3 更新
[新增]
* 计时器现在支持小数

V1.4 更新
[新增]
* 修复计时器在小于 1秒时重复触发的问题

V1.5 更新
[新增]
* 持续 N 秒后触发

V1.6 更新
[修复]
* 修复了可重置计时在加载时意外触发的问题
---

V1.1 Update
[New]
* A feature that clears the count after triggering the scroll count output.

V1.2 Update
[New]
* Chinese Translate

[Fix]
* The timer node now uses a slider and no longer allows values less than or equal to 0.

V1.3 Update
[New]
* Timer support float number now.

V1.4 Update
[Fix]
* Fix issue when interval below 1s.

V1.5
[New]
* Trigger after N seconds of continuous enter Node

V1.6
[Fix]
* Fix Resetable Timeout Node accident triggered on load