manipulationxaxismode 1 - eisclimber/ExPresS-XR GitHub Wiki
Enum in ScalingInteractionAttachController
Inherits from System.Enum
Mode for what the x-axis (left/right) of the manipulation input does when controlling the anchor.
public enum ManipulationXAxisMode
{
None,
HorizontalRotation
}| Name | Description |
|---|---|
| HorizontalRotation | Horizontal rotation (yaw) of the anchor over time. |
| None | Do not manipulate the anchor with x-axis input. |
- ScalingInteractionAttachController.manipulationXAxisMode: Mode for what the x-axis (left/right) of the manipulation input does when controlling the anchor.