Translations:ContinuouslyChanging/3/en
From Resonite Wiki
More actions
Usually, listener nodes only evaluate the node chain every time they receive a change event. These events are either triggered from the Data Model's own change handler (such as when one writes to a SyncField) or by forcibly changing the nodes in the node group. However, if any node in the chain of nodes that the listener's input depends on is marked as ContinuouslyChanging, the listener will forcibly evaluate its entire input each update.