Adds a node that breaks a 'SoundModulationOutputTransform' into its member fields
|
Sound Modulation Output Transform
Sound Modulation Output Transform Structure (by ref)
|
|
Input Min
Float
|
Minimum value to clamp the input to. |
|
Input Max
Float
|
Maximum value to clamp the input to. |
|
Exponential Scalar
Float
|
When curve set to log, exponential or exponential inverse, value is factor 'b' in following equations with output 'y' and input 'x': Exponential: y = x 10^-b(1-x) Exponential (Inverse): y = ((x - 1) 10^(-bx)) + 1 Logarithmic: y = b * log(x) + 1 |
|
Asset
Curve Float Object Reference
|
Asset curve reference to apply if output curve type is set to 'Shared.' |
|
Output Min
Float
|
Minimum value to clamp output to. |
|
Output Max
Float
|
Maximum value to clamp output to. |