forked from external/yambar
allow ramp particles to overwrite min and max
This commit is contained in:
parent
7bbcad55e4
commit
535d49e9c3
3 changed files with 35 additions and 2 deletions
|
@ -226,6 +226,16 @@ indicator.
|
|||
: List of particles. Note that the tag value is *not* used as-is; its
|
||||
minimum and maximum values are used to map the tag's range to the
|
||||
particle list's range.
|
||||
| min
|
||||
: int
|
||||
: no
|
||||
: If present this will be used as a lower bound instead of the tags minimum value.
|
||||
Tag values falling outside the defined range will get clamped to min/max.
|
||||
| max
|
||||
: int
|
||||
: no
|
||||
: If present this will be used as an upper bound instead of the tags maximum value.
|
||||
Tag values falling outside the defined range will get clamped to min/max.
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue