anchorcontrolmode - eisclimber/ExPresS-XR GitHub Wiki
Enum in ExPresSXR.Rig
Inherits from System.Enum
Determines how the anchorControl/scaling InputActions (Joystick up/down) are handled.
public enum AnchorControlMode
{
Translate,
Scale,
ScaleWithTranslateFallback
}| Name | Description |
|---|---|
| Scale | Scale the interactable. |
| ScaleWithTranslateFallback | Scale the interactable, falling back to translation not supported. |
| Translate | Translate (move) the interactable. |