ARWorldTrackingConfiguration.DetectionImages 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 imagens 2D a serem reconhecidas no ambiente.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSSet<ARKit.ARReferenceImage> DetectionImages { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("detectionImages", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setDetectionImages:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.DetectionImages : Foundation.NSSet<ARKit.ARReferenceImage> with get, set
Valor da propriedade
Uma lista de imagens 2D a serem reconhecidas no ambiente.
- Atributos