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

파라미터

nameIDThe ID of the property. This is the same ID that Shader.PropertyToID returns.
cThe new animation curve.
nameThe name of the property.

설명

The new animation curve value.

Automatically changes overridden state for this property to true.