AnchorManager.DestroyAnchor(AnchorId, SpongyAnchor) 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.
Suppression dépendante de la plateforme des ancres locales.
protected abstract Microsoft.MixedReality.WorldLocking.Core.SpongyAnchor DestroyAnchor (Microsoft.MixedReality.WorldLocking.Core.AnchorId id, Microsoft.MixedReality.WorldLocking.Core.SpongyAnchor spongyAnchor);
abstract member DestroyAnchor : Microsoft.MixedReality.WorldLocking.Core.AnchorId * Microsoft.MixedReality.WorldLocking.Core.SpongyAnchor -> Microsoft.MixedReality.WorldLocking.Core.SpongyAnchor
Protected MustOverride Function DestroyAnchor (id As AnchorId, spongyAnchor As SpongyAnchor) As SpongyAnchor
Paramètres
- id
- AnchorId
ID de l’ancre à détruire.
- spongyAnchor
- SpongyAnchor
Référence à l’ancre à détruire.
Retours
Null
Remarques
L’ID est utilisé pour supprimer des listes stockées. Si le SpongyAnchor n’a pas été ajouté à des listes (est toujours en cours d’initialisation), l’id peut être AnchorId.Invalid.