Version: 2023.1

VisualEffect.GetAnimationCurve

切换到手册
public AnimationCurve GetAnimationCurve (int nameID);
public AnimationCurve GetAnimationCurve (string name);

参数

nameID 属性的 ID。这与 Shader.PropertyToID 返回的 ID 相同。
name 属性的名称。

返回

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.