Table of Contents

Struct ARSessionFactory.FrameSourceSortMethod

Namespace
easyar
Assembly
EasyAR.Sense.dll

Sorting method for the frame source.

public struct ARSessionFactory.FrameSourceSortMethod

Fields

ARCore

Sorting method for ARCore/ARCoreARFoundation frame source. If not set, remains unchanged.

public Optional<ARSessionFactory.FrameSourceSortMethod.ARCoreSortMethod> ARCore

ARKit

Sorting method for ARKit/ARKitARFoundation frame source. If not set, remains unchanged.

public Optional<ARSessionFactory.FrameSourceSortMethod.ARKitSortMethod> ARKit

MotionTracker

Sorting method for EasyAR motion-tracker/System SLAM (ARCore, ARKit, AREngine) frame source. If not set, remains unchanged.

public Optional<ARSessionFactory.FrameSourceSortMethod.MotionTrackerSortMethod> MotionTracker