NoiseSettings


Declaration

[Serializable]
public sealed class NoiseSettings : CameraBehaviorSettings<Noise>

Description

Settings for a noise modifier.

Properties

frequencyThe frequency of the noise function. A higher value results in quicker camera movements.
magnitudeThe magnitude of the noise vector. A higher value results in larger camera movements.
positionalStrengthHow much the camera noise impacts the position of the camera.
rotationalStrengthHow much the camera noise impacts the rotation of the camera.
Inherited

Properties

activeWhether the settings are active on a camera profile. Inactive settings will not display in the editor.
enabledTurns on or off the settings behavior. Enabled behaviors are updated every frame.
isActiveAndEnabledWhether the settings are active and enabled.