Click or drag to resize

EasyDialSetNewAngle Method

Set the current Angle of the dial. Range is [0, 360).

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public void SetNewAngle(
	float newAngleInDegrees
)

Parameters

newAngleInDegrees
Type: SystemSingle
Angle to try and set the Dial to
See Also