共用方式為


ARSession.GetCurrentWorldMapAsync Method

Definition

Asynchronously returns a task that contains the current world map.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<ARKit.ARWorldMap> GetCurrentWorldMapAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCurrentWorldMapAsync : unit -> System.Threading.Tasks.Task<ARKit.ARWorldMap>
override this.GetCurrentWorldMapAsync : unit -> System.Threading.Tasks.Task<ARKit.ARWorldMap>

Returns

A task that contains the current world map.

Attributes

Applies to