Struct ARSessionFactory.FrameSourceSortMethod
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Frame source sorting method.
public struct ARSessionFactory.FrameSourceSortMethod
Fields
ARCore
ARCore/ARCoreARFoundation frame source sorting method. If not set, remains unchanged.
public Optional<ARSessionFactory.FrameSourceSortMethod.ARCoreSortMethod> ARCore
Field Value
ARKit
ARKit/ARKitARFoundation frame source sorting method. If not set, remains unchanged.
public Optional<ARSessionFactory.FrameSourceSortMethod.ARKitSortMethod> ARKit
Field Value
MotionTracker
EasyAR motion tracker/System SLAM (ARCore, ARKit, AREngine) frame source sorting method. If not set, remains unchanged.
public Optional<ARSessionFactory.FrameSourceSortMethod.MotionTrackerSortMethod> MotionTracker