Enum XRGrabInteractable.AttachPointCompatibilityMode
Controls the method used when calculating the target position of the object.
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum XRGrabInteractable.AttachPointCompatibilityMode
Fields
Name | Description |
---|---|
Default | Use the default, correct method for calculating the target position of the object. |
Legacy | Use an additional offset from the center of mass when calculating the target position of the object.
Also incorporate the scale of the Interactor's Attach Transform.
Marked for deprecation.
This is the backwards compatible support mode for projects that accounted for the
unintended difference when using XR Interaction Toolkit prior to version |