ProtoFlux:ObjectFieldDrive: Difference between revisions

From Resonite Wiki
add info
 
m YoshBot moved page ProtoFlux:Object Field Drive to ProtoFlux:ObjectFieldDrive: Automated: removing spaces from ProtoFlux namespace
 
(2 intermediate revisions by one other 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 '''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]]

Latest revision as of 00:28, 21 August 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