Number Range
Remap values.
Source Minimum - the smallest value within your range.
Source Maximum - the largest value within your range.
Value - connect a range of values (e.g. from a Spreadsheet)
Minimum - the value to remap Source Minimum to.
Maximum - the value to remap Source Maximum to.
Graph - see Common Attributes (Behaviours)
Clamp - when checked, the output will never go above or below the Maximum or Minimum values.
Offset - add/subtract a value to/from the output.
Example usage:
Create 2 Shapes (shape1 and shape2).
Create a Number Range.
Set:
Source Minimum =
-100
Source Maximum =
100
Minimum =
-400
Maximum =
400
Connect shape1.position.y > numberRange.value
Connect numberRange.id > shape2.position.y
Move Shape1 up and down in the Viewport.
As Shape1 reaches a position of 100 in the Y axis, Shape2 will move to a position of 400. If Clamp is checked then as Shape1 moves above 100 Shape2 will remain at 400.
Last updated
Was this helpful?