Delegate AudioCurveRendering.AudioMinMaxCurveAndColorEvaluator
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public delegate void AudioMinMaxCurveAndColorEvaluator(float x, out Color col, out float minValue, out float maxValue);
Parameters
| Type | Name | Description |
|---|---|---|
| Single | x | |
| Color | col | |
| Single | minValue | |
| Single | maxValue |