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

CurveField.OnValueChanged

매뉴얼로 전환
public void OnValueChanged (EventCallback<ChangeEvent<AnimationCurve>> callback);

파라미터

callbackThe callback to notify whenever the value is changed by user input

설명

Registers this callback to receive ChangeEvent<AnimationCurve> when value was changed by user input.