Method GetCombinedFilterResults
GetCombinedFilterResults(TransformNoiseParams[], float, Vector3)
Get the noise signal value at a specific time
Declaration
public static Vector3 GetCombinedFilterResults(NoiseSettings.TransformNoiseParams[] noiseParams, float time, Vector3 timeOffsets)
Parameters
Type | Name | Description |
---|---|---|
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 |
Returns
Type | Description |
---|---|
Vector3 | The 3-channel noise signal value at the specified time |