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

From Neos Wiki
Jump to navigation Jump to search
(Created page with "Drive (LogiX node)")
 
(Created page with " '''Drive''' ノードは、StartDriveにインパルスを受信すると、入力ソース値で参照されたDriveTargetの値の上書きを開始します。StopDriving...")
Line 1: Line 1:
 
<languages></languages>
 
<languages></languages>
The '''Drive''' value node will start driving the referenced DriveTarget value with the input Source value when an impulse is received at StartDrive. It will stop driving the DriveTarget if an impulse is received at StopDriving.
+
'''Drive''' ノードは、StartDriveにインパルスを受信すると、入力ソース値で参照されたDriveTargetの値の上書きを開始します。StopDrivingにインパルスを受信すると、DriveTargetの値の上書きを停止します。
  
 
<!--[[File:|border|256px|right]]-->
 
<!--[[File:|border|256px|right]]-->

Revision as of 13:23, 16 January 2021

Other languages:
English • ‎日本語 • ‎한국어
Drive ノードは、StartDriveにインパルスを受信すると、入力ソース値で参照されたDriveTargetの値の上書きを開始します。StopDrivingにインパルスを受信すると、DriveTargetの値の上書きを停止します。


Inputs & Outputs

Inputs
Color Label Type
StartDrive Impulse
StopDrive Impulse
Source (dummy)
Outputs
Color Label Type
DriveTarget IField<T>
OnStartDrive Impulse
OnStopDrive Impulse
OnHook Impulse
IsDriving Boolean
HookedValue (dummy)

Drive node

LogiX:Driving/ja

Usage

The Source input and HookedValue outputs start with an unset dummy type, the node will recast to the appropriate type when either of these, or the DriveTarget, is set. If the value referenced by TargetValue is being driven by another source, including another Drive node, when an impulse is received at StartDrive the previous drive will be overridden by the new drive Source. Driven values cannot be written to, however, if a Drive node has set up an active drive on the DriveTarget and an attempt is made to write to that value, an impulse is fired from OnHook and the HookedValue output provides the value which would have been written to the target (available for the duration of the impulse chain from OnHook). OnStartDrive and OnStopDrive fire impulses when a drive is successfully started or stopped as a result of impulses at StartDrive or StopDrive respectively.

Examples

Drive example

Node Menu

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