次の方法で共有


ARTrackingStateReason 列挙型

定義

の原因を 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
属性

フィールド

ExcessiveMotion 2

カメラの動きが速すぎます。

Initializing 1

ARKit はまだ起動中です。

InsufficientFeatures 3

処理では、視野に十分なハイ コントラスト ポイントが表示されません。

None 0

追跡が であるか、 Normal 追跡が不十分な理由を特定できません。

Relocalizing 4

AR セッションが中断され、方向が再調整されています。

適用対象