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

Parámetros

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

Descripción

The new animation curve value.

Automatically changes overridden state for this property to true.