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

VisualEffect.SetAnimationCurve

Cambiar al Manual
public void SetAnimationCurve (int nameID, AnimationCurve c);
public void SetAnimationCurve (string name, AnimationCurve c);

Parámetros

nameIDEl ID del nombre de la propiedad recuperada por Shader.PropertyToID.
cThe new animation curve.
nameEl nombre de una propiedad.

Descripción

Sets a named animation curve value.

Automatically changes overridden state for this property to true.