NoiseSettings.NoiseParams Structure

Cinemachine

NoiseSettingsNoiseParams Structure

Describes the behaviour for a channel of noise

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[SerializableAttribute]
[DocumentationSortingAttribute(9.1f, DocumentationSortingAttributeLevel.UserRef)]
public struct NoiseParams
JavaScript supports the use of structures, but not the declaration of new ones.

The NoiseSettingsNoiseParams type exposes the following members.

Fields
  NameDescription
Public fieldAmplitude
The amplitude of the noise for this channel. Larger numbers vibrate higher
Public fieldFrequency
The frequency of noise for this channel. Higher magnitudes vibrate faster
Top
See Also