Megosztás a következőn keresztül:


AnchorManager.SaveAnchors Method

Definition

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

Returns

Applies to