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

VisualEffect.SetAnimationCurve

切换到手册
public void SetAnimationCurve (int nameID, AnimationCurve c);
public void SetAnimationCurve (string name, AnimationCurve c);

参数

nameID通过 Shader.PropertyToID 检索的属性的名称 ID。
c新的动画曲线。
name属性的名称。

描述

设置指定的动画曲线值。

自动将此属性的重载状态更改为 true。