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

VisualEffect.SetAnimationCurve

マニュアルに切り替える
public void SetAnimationCurve (int nameID, AnimationCurve c);
public void SetAnimationCurve (string name, AnimationCurve c);

パラメーター

nameID Shader.PropertyToID によって検索されるプロパティーの nameID
cThe new animation curve.
nameプロパティーの名前

説明

Sets a named animation curve value.

Automatically changes overridden state for this property to true.