"X", "Y", "Z" for rotation, vector for translation
[FILTER] Value is converted to boolean when between values
[FILTER] Add or subtract and clamp value between (0 - 1)
[FILTER] Equal to value (==)
[FILTER]
[FILTER]
[FILTER] Greater than value (>)
[FILTER] Less than value (<)
[FILTER] Returns the value if it is smaller than max. If not, returns max.
[FILTER] Returns the value if it is larger than min. If not, returns min.
Value is converted to boolean when greater than threshold
[FILTER] Not equal to value (!=)
[FILTER] Add offset after applying "ratio"
[FILTER] Raise value to provided power
[FILTER] Add offset before applying "ratio"
[FILTER] Array of 2 or 4 stop values to generate an increasing--level--decreasing ramp from 0 to 1 (eventually back to 0) - mostly used for sound.
[FILTER] A multiplier for the value.
[FILTER] Specify a ramp of ratios by which to multiply the value. Ratios are looked-up in the array depending on value varying from 0 to 1.
[FILTER]
[FILTER] Value is converted to boolean when smaller than threshold
[FILTER] Specify a ramp of values to replace the original animation value. New values are looked-up in the array depending on original value varying from 0 to 1.
[FILTER] Returns true if the value is in the array; otherwise, false.
[FILTER] Returns true if the value is not in the array; otherwise, false.
Generated using TypeDoc
[FILTER] When set to @code{true}, use the absolute value of the value.