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