Importing a new version from external source |
m FuzzyBot moved page Translations:Field linkage/18/en to Translations:Linkage/18/en without leaving a redirect: Part of translatable page "Field linkage" |
(No difference)
|
Revision as of 03:45, 3 July 2025
In the ProtoFlux FrooxEngineContext, a Field Drive node is a listener node. Whenever the node is notified of a change from its input context, it will evaluate its input and write the result to the field. This makes ProtoFlux drives lazy by default--usually only evaluating their input when needed. However, as with all listener nodes, if the input node graph has a node marked with the ContinuouslyChanging property, it will cause the drive to evaluate its input every engine update.