SnappingRotationAxis Structure |
Namespace: ImmerseSDK.Interaction
[SerializableAttribute] public struct RotationAxis
The SnappingRotationAxis type exposes the following members.
Name | Description | |
---|---|---|
SnappingRotationAxis |
Constructor for RotationAxis
|
Name | Description | |
---|---|---|
UseAllAxis |
Include the X, Y and Z axis when checking rotation
| |
UseXAxis |
Include the X axis when checking rotation
| |
UseYAxis |
Include the Y axis when checking rotation
| |
UseZAxis |
Include the Y axis when checking rotation
|
Name | Description | |
---|---|---|
_useXAxis |
Include the X axis when checking rotation
| |
_useYAxis |
Include the Y axis when checking rotation
| |
_useZAxis |
Include the Z axis when checking rotation
|