ARTrackingStateReason Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Enumera le cause di 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 =
- Ereditarietà
-
ARTrackingStateReason
- Attributi
Campi
ExcessiveMotion | 2 | La fotocamera si sposta troppo rapidamente. |
Initializing | 1 | ARKit è ancora in fase di avvio. |
InsufficientFeatures | 3 | L'elaborazione non rivela sufficienti punti a contrasto elevato nel campo della vista. |
None | 0 | Il rilevamento è o il motivo per cui non è Normal possibile determinare il rilevamento insufficiente. |
Relocalizing | 4 | La sessione AR è stata interrotta e sta riorientando. |