Click or drag to resize

EasyDialSetMovementAxis Method

Change the movement axis of the dial

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public void SetMovementAxis(
	MovementAxis newMovementAxis
)

Parameters

newMovementAxis
Type: ImmerseSDK.InteractionMovementAxis
The new MovementAxis to use
See Also