다음을 통해 공유


IPlugin.ComputeAttachmentPointAdjustment 메서드

정의

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
Public Function ComputeAttachmentPointAdjustment (oldAnchorId As AnchorId, oldLocationFromAnchor As Vector3, ByRef newAnchorId As AnchorId, ByRef newLocationFromAnchor As Vector3, ByRef adjustment As Pose) As Boolean

매개 변수

oldAnchorId
AnchorId
oldLocationFromAnchor
UnityEngine.Vector3
newAnchorId
AnchorId
newLocationFromAnchor
UnityEngine.Vector3
adjustment
UnityEngine.Pose

반환

적용 대상