Plugin.ComputeAttachmentPointAdjustment Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- oldAnchorId
- AnchorId
- oldLocationFromAnchor
- UnityEngine.Vector3
- newAnchorId
- AnchorId
- newLocationFromAnchor
- UnityEngine.Vector3
- adjustment
- UnityEngine.Pose