Version: 2022.3
언어: 한국어

AudioCurveRendering.AudioCurveAndColorEvaluator

매뉴얼로 전환
public delegatefloat AudioCurveAndColorEvaluator (float x, out Color col);

파라미터

x Normalized x-position in the range [0; 1] at which the curve should be evaluated.
col Color of the curve at the evaluated point.

설명

Curve evaluation function that allows simultaneous evaluation of the curve y-value and a color of the curve at that point.