Table of Contents

Struct ARSessionFactory.FrameSourceSortMethod

네임스페이스
easyar
어셈블리
EasyAR.Sense.dll

frame source의 정렬 방법입니다.

public struct ARSessionFactory.FrameSourceSortMethod

필드

ARCore

ARCore/ARCoreARFoundation frame source의 정렬 방법입니다. 설정하지 않으면 변경되지 않습니다.

public Optional<ARSessionFactory.FrameSourceSortMethod.ARCoreSortMethod> ARCore

ARKit

ARKit/ARKitARFoundation frame source의 정렬 방법입니다. 설정하지 않으면 변경되지 않습니다.

public Optional<ARSessionFactory.FrameSourceSortMethod.ARKitSortMethod> ARKit

MotionTracker

EasyAR motion tracker/System SLAM (ARCore, ARKit, AREngine) frame source의 정렬 방법입니다. 설정하지 않으면 변경되지 않습니다.

public Optional<ARSessionFactory.FrameSourceSortMethod.MotionTrackerSortMethod> MotionTracker