Methods |
---|
new AdvancedSlider()
Advanced slider that can define multiple points and interval masks
| --- A - B -- C -- D ----- |
will be sampled with mask float[5], the result is
the percentage reached within this interval: e.g. if C <= ratio < D, then
the result is 4/5 * mask[3] (4-th interval out of 5 reached, multiplied by 4th mask)