Version: 2020.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.

설명

The new animation curve value.

Automatically changes overridden state for this property to true.