manipulationyaxismode 1 - eisclimber/ExPresS-XR GitHub Wiki
Enum in ScalingInteractionAttachController
Inherits from System.Enum
Mode for what the y-axis (up/down) of the manipulation input does when controlling the anchor.
public enum ManipulationYAxisMode
{
None,
VerticalRotation,
Translate,
Scale,
ScaleTranslate
}| Name | Description |
|---|---|
| None | Do not manipulate the anchor with y-axis input. |
| Scale | Scales the anchor over time (requires ExPresSXRInteractables). |
| ScaleTranslate | Scales the anchor over time with translation fallback if not a ExPresSXRInteractable. |
| Translate | Translate the anchor closer or further away over time. |
| VerticalRotation | Vertical rotation (pitch) of the anchor over time. |
- ScalingInteractionAttachController.manipulationYAxisMode: Mode for what the y-axis (up/down) of the manipulation input does when controlling the anchor.