IAlignmentManager.RemoveAlignmentAnchor(AnchorId) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprimez l’ancre d’alignement donnée du système.
public bool RemoveAlignmentAnchor (Microsoft.MixedReality.WorldLocking.Core.AnchorId anchorId);
abstract member RemoveAlignmentAnchor : Microsoft.MixedReality.WorldLocking.Core.AnchorId -> bool
Public Function RemoveAlignmentAnchor (anchorId As AnchorId) As Boolean
Paramètres
- anchorId
- AnchorId
Ancre à supprimer (telle que retournée par AddAlignmentAnchor(String, Pose, Pose)
Retours
True si l’ancre a été trouvée.