Version: 2021.1
언어: 한국어

VisualEffect.GetAnimationCurve

매뉴얼로 전환
public AnimationCurve GetAnimationCurve (int nameID);
public AnimationCurve GetAnimationCurve (string name);

파라미터

nameID The ID of the property. This is the same ID that Shader.PropertyToID returns.
name The 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