Difference between revisions of "Timer (LogiX node)/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "Timer (LogiXノード)")
 
(Created page with "'''Timer'''ノードは <code>Pulse</code> のインパルスを <code>Interval</code> 入力で指定した秒数感覚で出力します。")
Line 8: Line 8:
 
}}
 
}}
  
The '''Timer''' node fires impulses from <code>Pulse</code> separated by the number of seconds specified by the <code>Interval</code> input.
+
'''Timer'''ノードは <code>Pulse</code> のインパルスを <code>Interval</code> 入力で指定した秒数感覚で出力します。
  
 
== Usage ==
 
== Usage ==

Revision as of 10:28, 12 February 2022

Other languages:
English • ‎日本語
Timer
'Timer' LogiX node
Inputs
  Float Interval
  User UpdatingUser
Outputs
  Impulse Pulse

Timerノードは Pulse のインパルスを Interval 入力で指定した秒数感覚で出力します。

Usage

Each frame update, this node checks whether a number of seconds greater than or equal to the Interval input have elapsed. If they have, an impulse is fired owned by the UpdatingUser. If no UpdatingUser is provided, the default owner is the world host. If a null UpdatingUser is provided, the node will not fire at all.

User Handling

It is NOT recommended to use Local User with this node. When Local User is used, it will fire impulses for all users in the session. This is similar to the guidance for Fire On True etc.

Examples

Node Menu

Flow
Back Events Boolean Latch Delay Delay With Value Dynamic Impulse Receiver Dynamic Impulse Receiver With Value`1
Dynamic Impulse Trigger Dynamic Impulse Trigger With Value`1 Fire On Change Fire On False Fire On True Fire While True For
If Impulse Demultiplexer Impulse Multiplexer Impulse Timeout Local Fire On Change`1 Local Fire On True Local Fire On False
One Per Frame Pulse Random Sequence Timer Update Updates Delay Updates Delay With Value
While