Write Latch (로직스 노드)

From Neos Wiki
Revision as of 09:04, 21 September 2020 by Mirpasec (talk | contribs) (Created page with "== 사용방법 == 월드에 이 노드를 생성하면, SetValue와 ResetValue는 자료형이 확정되지 않은 Dummy로 표현됩니다. 노드에 연결하는 자료형...")
Jump to navigation Jump to search
Other languages:
English • ‎日本語 • ‎한국어

Set에 Impulse가 입력되면 SetValue의 값을 출력의 Target에 보내고, OnSet에 Impulse를 바이패스합니다. Reset에 Impulse를 보내는 경우에는 ResetValue의 입력값을 Target에 보내고, OnReset에 Impulse를 바이패스하지요.


입력인자 & 반환값

입력인자(Input parameters)
자료형 대표색 인자명 자료형
Set Impulse
Reset Impulse
SetValue (dummy)
ResetValue (dummy)
반환값
자료형 대표색 인자명 자료형
Target IValue<T>
OnSet Impulse
OnReset Impulse

사용방법

월드에 이 노드를 생성하면, SetValue와 ResetValue는 자료형이 확정되지 않은 Dummy로 표현됩니다. 노드에 연결하는 자료형에 맞추어 출력쪽 Target도 동일한 자료형을 사용할 수 있도록 작성하여 주세요.

Writing a value with the Write Latch node synchronizes the value across all users in a world. Hence each time this node operates some information must be passed over the network between users. Typically this is negligible (unless writing absolutely huge strings). However, if a large number of writes are occurring it can incur significant network load which may result in lag. If a LogiX setup requires a value to be changing very rapidly and/or continuously, consider driving it directly rather than writing every new value.

Examples

Node Menu

Back -- ++ Drive Drive Playback Tween Write
Write Latch Write Ref