public AnimationCurve GetAnimationCurve (int nameID);
public AnimationCurve GetAnimationCurve (string name);

Parámetros

nameIDThe ID of the property. This is the same ID that Shader.PropertyToID returns.
nameEl nombre de una propiedad.

Valor de retorno

AnimationCurve The value for the animation curve you specify. Returns an empty animation curve if VisualEffect.HasAnimationCurve returns false.

Descripción

Gets the value of a named animation curve property