Enum InteractorFarAttachMode
Controls the interactor's default behavior for how to adjust its attach transform on far select.
Namespace: UnityEngine.XR.Interaction.Toolkit.Attachment
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum InteractorFarAttachMode
Fields
Name | Description |
---|---|
Far | The interactor should always move its attach transform to the far hit point on far select. This will typically result in the interactable object staying distant at the far hit point. |
Near | The interactor should reset its attach transform to the near point on far select. This will typically result in the interactable object moving to the hand. |