Experimental: this API is experimental and might be changed or removed in the future.

VisualEffect.GetAnimationCurve

Cambiar al Manual
public AnimationCurve GetAnimationCurve (int nameID);
public AnimationCurve GetAnimationCurve (string name);

Parámetros

nameIDEl ID del nombre de la propiedad recuperada por Shader.PropertyToID.
nameEl nombre de una propiedad.

Valor de retorno

AnimationCurve The exposed animation curve value (or empty animation curve if VisualEffect.HasAnimationCurve returns false).

Descripción

Gets a named exposed animation curve.