Version: 2020.1
言語: 日本語
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 プロパティーの名前

説明

The new animation curve value.

Automatically changes overridden state for this property to true.