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

CurveField.SetValueAndNotify

切换到手册
public void SetValueAndNotify (AnimationCurve newValue);

参数

newValue要设置的新值。

描述

设置曲线的值,如果与之前的值不同,则通过 ChangeEvent<AnimationCurve> 通知 OnValueChanged 事件回调。