Freigeben über


AnchorManager.DestroyAnchor(AnchorId, SpongyAnchor) Methode

Definition

Plattformabhängige Entsorgung lokaler Anker.

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

Parameter

id
AnchorId

Die ID des zu zerstörenden Ankers.

spongyAnchor
SpongyAnchor

Verweis auf den zu zerstörenden Anker.

Gibt zurück

Null

Hinweise

Die ID wird verwendet, um aus allen gespeicherten Listen zu löschen. Wenn spongyAnchor zu keiner Liste hinzugefügt wurde (wird noch initialisiert), kann die ID AnchorId.Invalid sein.

Gilt für: