ARTrackingStateReason Enumeração
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.
Enumera as causas de Limited.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum ARTrackingStateReason
type ARTrackingStateReason =
- Herança
-
ARTrackingStateReason
- Atributos
Campos
ExcessiveMotion | 2 | A câmera está se movendo muito rapidamente. |
Initializing | 1 | O ARKit ainda está iniciando. |
InsufficientFeatures | 3 | O processamento não está revelando pontos de alto contraste suficientes no campo de exibição. |
None | 0 | O acompanhamento é Normal ou o motivo do mau acompanhamento não pode ser determinado. |
Relocalizing | 4 | A sessão de AR foi interrompida e está sendo reorientada. |