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