Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.