ARTrackingStateReason 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
의 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 =
- 상속
-
ARTrackingStateReason
- 특성
필드
Name | 값 | Description |
---|---|---|
ExcessiveMotion | 2 | 카메라가 너무 빨리 움직이고 있습니다. |
Initializing | 1 | ARKit은 아직 시작 중입니다. |
InsufficientFeatures | 3 | 처리는 보기 필드에 충분한 고대비 지점을 표시하지 않습니다. |
None | 0 | 추적이 이거나 Normal 잘못된 추적 이유를 확인할 수 없습니다. |
Relocalizing | 4 | AR 세션이 중단되어 방향이 다시 지정되었습니다. |