manipulationyaxismode 1 - eisclimber/ExPresS-XR GitHub Wiki

ManipulationYAxisMode

Enum in ScalingInteractionAttachController

Inherits from System.Enum

Summary

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
}

Members

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.

See Also

⚠️ **GitHub.com Fallback** ⚠️