manipulationxaxismode 1 - eisclimber/ExPresS-XR GitHub Wiki

ManipulationXAxisMode

Enum in ScalingInteractionAttachController

Inherits from System.Enum

Summary

Mode for what the x-axis (left/right) of the manipulation input does when controlling the anchor.

public enum ManipulationXAxisMode
{
    None,
    HorizontalRotation
}

Members

Name Description
HorizontalRotation Horizontal rotation (yaw) of the anchor over time.
None Do not manipulate the anchor with x-axis input.

See Also

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