ProtoFlux:Object Field Drive: Difference between revisions

From Resonite Wiki
No edit summary
update
 
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 '''Object Field Drive&lt;T&gt;''' node creates a [[drive]] on a field with the value of its input. The field type allows [[Type:Object|object types]].


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:Value Field Drive]]


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

Latest revision as of 00:37, 21 April 2025

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

The Object Field Drive<T> node creates a drive on a field with the value of its input. The field type allows object types.

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