Click or drag to resize

SnappingRotationAxis Constructor

Constructor for RotationAxis

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public RotationAxis(
	bool useXAxis,
	bool useYAxis,
	bool useZAxis
)

Parameters

useXAxis
Type: SystemBoolean
useYAxis
Type: SystemBoolean
useZAxis
Type: SystemBoolean
See Also