ARWorldTrackingConfiguration.InitialWorldMap 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從最近關閉的 ARKit 會話取得或設定世界地圖。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ARKit.ARWorldMap InitialWorldMap { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("initialWorldMap", ObjCRuntime.ArgumentSemantic.Strong)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setInitialWorldMap:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.InitialWorldMap : ARKit.ARWorldMap with get, set
屬性值
最近關閉 ARKit 會話中的世界地圖。
- 屬性