Method GetCombinedFilterResults
GetCombinedFilterResults(TransformNoiseParams[], float, Vector3)
Get the noise signal value at a specific time
선언
public static Vector3 GetCombinedFilterResults(NoiseSettings.TransformNoiseParams[] noiseParams, float time, Vector3 timeOffsets)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| TransformNoiseParams[] | noiseParams | The parameters that define the noise function |
| float | time | The time at which to sample the noise function |
| Vector3 | timeOffsets | Start time offset for each channel |
반환
| 타입 | 설명 |
|---|---|
| Vector3 | The 3-channel noise signal value at the specified time |