Generates a sequence of scalar values between Limit1 and Limit2, based on Value. You can loop and bounce values in the range.
Category: Basic
Output Ports: Result1
|
Connect a value to drive the position in the range. Typically, this is a continuously increasing value like Time or Age.
|
|
The lower limit of the sequence.
|
|
The upper limit of the sequence.
|
|
The method used to generate the sequence between the two limits. Loop restarts at one limit when the other limit is reached.
Bounce goes back and forth between the two limits. Clamp simply restricts values to the range. No Change passes the input
value through.
|