Version: 2020.2
언어: 한국어

NoiseModule

struct in UnityEngine

매뉴얼로 전환

설명

Script interface for the NoiseModule.

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.

변수

dampingHigher frequency noise reduces the strength by a proportional amount, if enabled.
enabledSpecifies whether the the NoiseModule is enabled or disabled.
frequencyLow values create soft, smooth noise, and high values create rapidly changing noise.
octaveCountLayers of noise that combine to produce final noise.
octaveMultiplierWhen combining each octave, scale the intensity by this amount.
octaveScaleWhen combining each octave, zoom in by this amount.
positionAmountHow much the noise affects the particle positions.
qualityGenerate 1D, 2D or 3D noise.
remapDefine how the noise values are remapped.
remapEnabledEnable remapping of the final noise values, allowing for noise values to be translated into different values.
remapMultiplierRemap multiplier.
remapXDefine how the noise values are remapped on the x-axis, when using the ParticleSystem.NoiseModule.separateAxes option.
remapXMultiplierx-axis remap multiplier.
remapYDefine how the noise values are remapped on the y-axis, when using the ParticleSystem.NoiseModule.separateAxes option.
remapYMultipliery-axis remap multiplier.
remapZDefine how the noise values are remapped on the z-axis, when using the ParticleSystem.NoiseModule.separateAxes option.
remapZMultiplierz-axis remap multiplier.
rotationAmountHow much the noise affects the particle rotation, in degrees per second.
scrollSpeedScroll the noise map over the Particle System.
scrollSpeedMultiplierScroll speed multiplier.
separateAxesControl the noise separately for each axis.
sizeAmountHow much the noise affects the particle sizes, applied as a multiplier on the size of each particle.
strengthHow strong the overall noise effect is.
strengthMultiplierStrength multiplier.
strengthXDefine the strength of the effect on the x-axis, when using the ParticleSystem.NoiseModule.separateAxes option.
strengthXMultiplierx-axis strength multiplier.
strengthYDefine the strength of the effect on the y-axis, when using the ParticleSystem.NoiseModule.separateAxes option.
strengthYMultipliery-axis strength multiplier.
strengthZDefine the strength of the effect on the z-axis, when using the ParticleSystem.NoiseModule.separateAxes option.
strengthZMultiplierz-axis strength multiplier.