Legacy Documentation: Version 2018.1 (Go to current version)
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

xNormalized 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.

Did you find this page useful? Please give it a rating: