次の方法で共有


ARSessionRunOptions 列挙型

定義

の呼び出しでオプションを Run(ARConfiguration, ARSessionRunOptions)列挙します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[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)]
[System.Flags]
public enum ARSessionRunOptions
type ARSessionRunOptions = 
継承
ARSessionRunOptions
属性

フィールド

None 0
RemoveExistingAnchors 2

ARSession 、既存 ARAnchor のオブジェクトをすべて削除する必要があります。

ResetTracking 1

ARSession 、そのワールドトラッキングをリセットする必要があります。

適用対象