should_simulateReturns the input object or prev_object, depending on whether the current time is a valid simulation step. See the simulation_example for a basic example of how to use this node.
objectConnect an object or an array of objects from a simulation computation, to return if the simulation step is valid.
prev_objectConnect an object or an array of objects to return if the simulation step is not valid, for example, the result of the previous simulation computation.
start_frameThe frame at which the simulation starts.
backwardWhether or not to simulate backward.
out_objectThe input object, if all the conditions are met.