Experimental: this API is experimental and might be changed or removed in the future.

VisualEffect.GetAnimationCurve

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

参数

nameID通过 Shader.PropertyToID 检索的属性的名称 ID。
name属性的名称。

返回

AnimationCurve 公开的动画曲线值(如果 VisualEffect.HasAnimationCurve 返回 false,则为空动画曲线)。

描述

获取指定的公开动画曲线。