Click or drag to resize

EasyDialOnValueChanged Event

Fired when this dial's value changes. Please check the CurrentAngle or TransformAngle properties to get the current rotation angle.

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public event Action<EasyDial> OnValueChanged

Value

Type: SystemActionEasyDial
See Also