Struct NoiseSettings.TransformNoiseParams
Contains the behaviour of noise for the noise module for all 3 cardinal axes of the camera
Inherited Members
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
[Serializable]
public struct NoiseSettings.TransformNoiseParams
Fields
Name | Description |
---|---|
X | Noise definition for X-axis |
Y | Noise definition for Y-axis |
Z | Noise definition for Z-axis |
Methods
Name | Description |
---|---|
GetValueAt(float, Vector3) | Get the signal value at a given time, offset by a given amount |