Version: 2022.2
言語: 日本語
public void SetAnimationCurve (int nameID, AnimationCurve c);
public void SetAnimationCurve (string name, AnimationCurve c);

パラメーター

nameID The ID of the property. This is the same ID that Shader.PropertyToID returns.
c The new Animation Curve.
name プロパティーの名前

説明

Sets the value of a named Animation Curve property.

Automatically changes overridden state for this property to true.