Struct NoiseSettings.NoiseParams
Describes the behaviour for a channel of noise
상속된 멤버
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
[Serializable]
public struct NoiseSettings.NoiseParams
필드
이름 | 설명 |
---|---|
Amplitude | The amplitude of the noise for this channel. Larger numbers vibrate higher |
Constant | If checked, then the amplitude and frequency will not be randomized |
Frequency | The frequency of noise for this channel. Higher magnitudes vibrate faster |
메서드
이름 | 설명 |
---|---|
GetValueAt(float, float) | Get the signal value at a given time, offset by a given amount |