public AnimationCurve GetAnimationCurve (int nameID);
public AnimationCurve GetAnimationCurve (string name);

파라미터

nameIDThe ID of the property. This is the same ID that Shader.PropertyToID returns.
nameThe name of the property.

반환

AnimationCurve The value for the animation curve you specify. Returns an empty animation curve if VisualEffect.HasAnimationCurve returns false.

설명

Gets the value of a named animation curve property