ARWorldTrackingConfiguration.DetectionObjects 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 uma lista de objetos 3D a serem reconhecidos no ambiente.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSSet<ARKit.ARReferenceObject> DetectionObjects { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("detectionObjects", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setDetectionObjects:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.DetectionObjects : Foundation.NSSet<ARKit.ARReferenceObject> with get, set
Valor da propriedade
Uma lista de objetos 3D a serem reconhecidos no ambiente.
- Atributos