Move

Move [2 | 3]

Function. Moves the input value by a specified speed each frame.

Each frame, the block adds Speed × dt to the input value, where dt is the time elapsed since the previous frame.

Typically used to move particles in a straight line at constant speed by connecting Position to input and the output back to the Position updater.

Properties & inputs:

  • Speed (per sec.) (input | property): Speed of change per second.

Output:

  • Input value offset by Speed × dt.