Version: 2022.1
언어: 한국어

VisualEffect.SetAnimationCurve

매뉴얼로 전환
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 name of the property.

설명

Sets the value of a named Animation Curve property.

Automatically changes overridden state for this property to true.