CameraShakeProfile
Class in Zigurous.CameraSystem
Inherits from CameraEffectProfile
Declaration
[Serializable]
public sealed class CameraShakeProfile : CameraEffectProfile
Description
A settings profile for a camera shake effect.
Properties
duration | The amount of seconds the camera shake lasts. |
acceleration | The amount of seconds it takes the camera shake to accelerate to full strength. |
deceleration | The amount of seconds it takes the camera shake to decay back to zero. |
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 shake impacts the position of the camera. |
rotationalStrength | How much the camera shake impacts the rotation of the camera. |
Inherited
Properties
name | The name of the settings profile. |