AudioCurveRendering.AudioCurveEvaluator
public delegate float AudioCurveEvaluator(float x);
Parameters
| x | Normalized x-position in the range [0; 1] at which the curve should be evaluated. |
Description 描述
Curve evaluation function used to evaluate the curve y-value and at the specified point.