다음을 통해 공유


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 세계 추적을 다시 설정해야 합니다.

적용 대상