Partager via


AnchorManager.DestroyAnchor(AnchorId, SpongyAnchor) Méthode

Définition

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.

S’applique à