Script interface for the Noise Module.
The Noise Module allows you to apply turbulence to the movement of your particles. Use the low quality settings to create computationally efficient Noise, or simulate smoother, richer Noise with the higher quality settings. You can also choose to define the behavior of the Noise individually for each axis.
See Also: ParticleSystem, ParticleSystem.noise.
damping | Higher frequency noise will reduce the strength by a proportional amount, if enabled. |
enabled | Enable/disable the Noise module. |
frequency | Low values create soft, smooth noise, and high values create rapidly changing noise. |
octaveCount | Layers of noise that combine to produce final noise. |
octaveMultiplier | When combining each octave, scale the intensity by this amount. |
octaveScale | When combining each octave, zoom in by this amount. |
quality | Generate 1D, 2D or 3D noise. |
remap | Define how the noise values are remapped. |
remapEnabled | Enable remapping of the final noise values, allowing for noise values to be translated into different values. |
remapMultiplier | Remap multiplier. |
remapX | Define how the noise values are remapped on the X axis, when using the ParticleSystem.NoiseModule.separateAxes option. |
remapXMultiplier | X axis remap multiplier. |
remapY | Define how the noise values are remapped on the Y axis, when using the ParticleSystem.NoiseModule.separateAxes option. |
remapYMultiplier | Y axis remap multiplier. |
remapZ | Define how the noise values are remapped on the Z axis, when using the ParticleSystem.NoiseModule.separateAxes option. |
remapZMultiplier | Z axis remap multiplier. |
scrollSpeed | Scroll the noise map over the particle system. |
scrollSpeedMultiplier | Scroll speed multiplier. |
separateAxes | Control the noise separately for each axis. |
strength | How strong the overall noise effect is. |
strengthMultiplier | Strength multiplier. |
strengthX | Define the strength of the effect on the X axis, when using the ParticleSystem.NoiseModule.separateAxes option. |
strengthXMultiplier | X axis strength multiplier. |
strengthY | Define the strength of the effect on the Y axis, when using the ParticleSystem.NoiseModule.separateAxes option. |
strengthYMultiplier | Y axis strength multiplier. |
strengthZ | Define the strength of the effect on the Z axis, when using the ParticleSystem.NoiseModule.separateAxes option. |
strengthZMultiplier | Z axis strength multiplier. |