Plugin.ComputeAttachmentPointAdjustment Method

Definition

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

Returns

Implements

Applies to