Link Search Menu Expand Document

πŸ“ Default

Match seeds to goals at the same index.

The Default picker …


Table of content


The default goal picker attempts to match input Seeds and Goals in a 1:1 fashion.
Seed index 0 will be matched to goal index 0, and so on.

Properties


Property Description
Settings
Index Safety Failsafe method if there are more Seeds than there are Goals.
Note that extra Goals are simply ignored.
See Index Safety

Index Safety

The index safety property controls how invalid/out of bounds input values are handled.

Safety method Β 
Ignore Invalid indices will be ignored and won’t be processed further.
Tile Index is tiled (wrapped around) the context’ valid min/max range.
Clamp Index is clamped between the context’ valid min/max range.
Yoyo Index bounces back and forth between the context’ valid min/max range.