ProtoFlux:Value Field Drive: Difference between revisions

From Resonite Wiki
cat
value type
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<i>due to wiki limitations, this node does not currently have an HTML rendering of the node.</i>


<i>due to wiki limitations, this node does not currently have an HTML rendering of the node.</i>
The '''Value Field Drive&lt;T&gt;''' node creates a [[drive]] on a field with the value of its input. The field type must be a ProtoFlux [[value type]].


See [[ProtoFlux#Interfacing With Components / Slots|ProtoFlux Tool Usage]] for how to make this node.
See [[ProtoFlux#Interfacing With Components / Slots|ProtoFlux Tool Usage]] for how to make this node.


Allows you to continuously locally write an inputted value to a variable.
The field that is driven is chosen on the `Proxy` sub-class of the component.


== Inputs ==
== Inputs ==
Line 11: Line 12:


A value to drive the internal field with.
A value to drive the internal field with.
== See also ==
* [[ProtoFlux:Object Field Drive]]


[[Category:ProtoFlux:Core]]
[[Category:ProtoFlux:Core]]
[[Category:Listener nodes]]
[[Category:Listener nodes]]

Latest revision as of 00:36, 21 April 2025

due to wiki limitations, this node does not currently have an HTML rendering of the node.

The Value Field Drive<T> node creates a drive on a field with the value of its input. The field type must be a ProtoFlux value type.

See ProtoFlux Tool Usage for how to make this node.

The field that is driven is chosen on the `Proxy` sub-class of the component.

Inputs

* (Generic)

A value to drive the internal field with.

See also