Plugin.ComputeAttachmentPointAdjustment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public bool ComputeAttachmentPointAdjustment (Microsoft.MixedReality.WorldLocking.Core.AnchorId oldAnchorId, UnityEngine.Vector3 oldLocationFromAnchor, out Microsoft.MixedReality.WorldLocking.Core.AnchorId newAnchorId, out UnityEngine.Vector3 newLocationFromAnchor, out UnityEngine.Pose adjustment);
abstract member ComputeAttachmentPointAdjustment : Microsoft.MixedReality.WorldLocking.Core.AnchorId * UnityEngine.Vector3 * AnchorId * Vector3 * Pose -> bool
override this.ComputeAttachmentPointAdjustment : Microsoft.MixedReality.WorldLocking.Core.AnchorId * UnityEngine.Vector3 * AnchorId * Vector3 * Pose -> bool
Public Function ComputeAttachmentPointAdjustment (oldAnchorId As AnchorId, oldLocationFromAnchor As Vector3, ByRef newAnchorId As AnchorId, ByRef newLocationFromAnchor As Vector3, ByRef adjustment As Pose) As Boolean
Parameters
- oldAnchorId
- AnchorId
- oldLocationFromAnchor
- UnityEngine.Vector3
- newAnchorId
- AnchorId
- newLocationFromAnchor
- UnityEngine.Vector3
- adjustment
- UnityEngine.Pose