anchorcontrolmode - eisclimber/ExPresS-XR GitHub Wiki

AnchorControlMode

Enum in ExPresSXR.Rig

Inherits from System.Enum

Summary

Determines how the anchorControl/scaling InputActions (Joystick up/down) are handled.

public enum AnchorControlMode
{
    Translate,
    Scale,
    ScaleWithTranslateFallback
}

Members

Name Description
Scale Scale the interactable.
ScaleWithTranslateFallback Scale the interactable, falling back to translation not supported.
Translate Translate (move) the interactable.
⚠️ **GitHub.com Fallback** ⚠️