Skip to content

ValueCallbackType Enum

Sets how a value change callback will be generated.

C#
public enum ValueCallbackType

The callback will target OnValueChanging.

C#
Changing = 0

The callback will target OnValueChanged.

C#
Changed = 1