Feed Object Property
Update a primitive property continuously with provided values.
Description
Update the specified property of the object continuously with the flow of values. It is designed to handle multiple updates by second and generate ordered notifications to ensure smooth animations.
It has the same effect as Set Object Property
, but behaves as a function rather than as an action, and has a more efficient update mechanism.
Inputs
- object (Object): The object to update.
- property (Property): The property of the object to update.
- value (Object): The value to set.
- control flow (Control Flow): Trigger the update.
Outputs
- object (Object): The updated object.
- control flow (Control Flow): Triggered after the update has been sent.