Interface CinemachineFreeLookModifier.IModifiableNoise
Interface for CinemachineComponentBase-derived to allow the noise amplitude and frequency to be modified
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
public interface CinemachineFreeLookModifier.IModifiableNoise
Properties
NoiseAmplitudeFrequency
Get/set the noise amplitude and frequency
Declaration
(float, float) NoiseAmplitudeFrequency { get; set; }
Property Value
Type | Description |
---|---|
(float, float) |