Enum InteractionAttachController.ManipulationYAxisMode
Mode for what the y-axis (up/down) of the manipulation input does when controlling the anchor.
Namespace: UnityEngine.XR.Interaction.Toolkit.Attachment
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum InteractionAttachController.ManipulationYAxisMode
Fields
Name | Description |
---|---|
None | Do not manipulate the anchor with y-axis input. |
Translate | Translate the anchor closer or further away over time. |
VerticalRotation | Vertical rotation (pitch) of the anchor over time. |