AnchorManager.SaveAnchors Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SaveAnchors() |
Save the spongy anchors to persistent storage |
SaveAnchors(List<AnchorManager.SpongyAnchorWithId>) |
SaveAnchors()
Save the spongy anchors to persistent storage
public System.Threading.Tasks.Task SaveAnchors ();
abstract member SaveAnchors : unit -> System.Threading.Tasks.Task
override this.SaveAnchors : unit -> System.Threading.Tasks.Task
Public Function SaveAnchors () As Task
Returns
Implements
Applies to
SaveAnchors(List<AnchorManager.SpongyAnchorWithId>)
protected virtual System.Threading.Tasks.Task SaveAnchors (System.Collections.Generic.List<Microsoft.MixedReality.WorldLocking.Core.AnchorManager.SpongyAnchorWithId> spongyAnchors);
abstract member SaveAnchors : System.Collections.Generic.List<Microsoft.MixedReality.WorldLocking.Core.AnchorManager.SpongyAnchorWithId> -> System.Threading.Tasks.Task
override this.SaveAnchors : System.Collections.Generic.List<Microsoft.MixedReality.WorldLocking.Core.AnchorManager.SpongyAnchorWithId> -> System.Threading.Tasks.Task
Protected Overridable Function SaveAnchors (spongyAnchors As List(Of AnchorManager.SpongyAnchorWithId)) As Task
Parameters
- spongyAnchors
- List<AnchorManager.SpongyAnchorWithId>