Table of Contents

Struct ARSessionFactory.FrameSourceSortMethod

Spazio dei nomi
easyar
Assembly
EasyAR.Sense.dll

Metodo di ordinamento per frame source.

public struct ARSessionFactory.FrameSourceSortMethod

Campi

ARCore

Metodo di ordinamento per frame source ARCore/ARCoreARFoundation. Se non impostato, rimane invariato.

public Optional<ARSessionFactory.FrameSourceSortMethod.ARCoreSortMethod> ARCore

ARKit

Metodo di ordinamento per frame source ARKit/ARKitARFoundation. Se non impostato, rimane invariato.

public Optional<ARSessionFactory.FrameSourceSortMethod.ARKitSortMethod> ARKit

MotionTracker

Metodo di ordinamento per EasyAR motion tracker/System SLAM (ARCore, ARKit, AREngine) frame source. Se non impostato, rimane invariato.

public Optional<ARSessionFactory.FrameSourceSortMethod.MotionTrackerSortMethod> MotionTracker