Click or drag to resize

DialOnValueChanged Event

Fired when this Dial's value changes. Value is (0..1)

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

Value

Type: SystemActionSingle
See Also