ARWorldTrackingConfiguration.InitialWorldMap Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o mapa do mundo da sessão arkit fechada mais recente.
[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
Valor da propriedade
O mapa do mundo da sessão arkit fechada mais recente.
- Atributos