CameraShakeProfile

Inherits from CameraEffectProfile

Declaration

[Serializable]
public sealed class CameraShakeProfile : CameraEffectProfile

Description

A settings profile for a camera shake effect.

Properties

durationThe amount of seconds the camera shake lasts.
accelerationThe amount of seconds it takes the camera shake to accelerate to full strength.
decelerationThe amount of seconds it takes the camera shake to decay back to zero.
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 shake impacts the position of the camera.
rotationalStrengthHow much the camera shake impacts the rotation of the camera.
Inherited

Properties

nameThe name of the settings profile.