NoiseSettings
Class in Zigurous.CameraSystem
Inherits from CameraBehaviorSettings<T>
Declaration
[Serializable]
public sealed class NoiseSettings : CameraBehaviorSettings<Noise>Description
Settings for a noise modifier.
Properties
| frequency | The frequency of the noise function. A higher value results in quicker camera movements. |
| magnitude | The magnitude of the noise vector. A higher value results in larger camera movements. |
| positionalStrength | How much the camera noise impacts the position of the camera. |
| rotationalStrength | How much the camera noise impacts the rotation of the camera. |
Inherited
Properties
| active | Whether the settings are active on a camera profile. Inactive settings will not display in the editor. |
| enabled | Turns on or off the settings behavior. Enabled behaviors are updated every frame. |
| isActiveAndEnabled | Whether the settings are active and enabled. |