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