Table of Contents

Struct ARSessionFactory.FrameSourceSortMethod

Namespace
easyar
Assembly
EasyAR.Sense.dll

Sortiermethode für Frame source.

public struct ARSessionFactory.FrameSourceSortMethod

Felder

ARCore

Sortiermethode für ARCore/ARCoreARFoundation-Frame source. Wenn nicht festgelegt, bleibt es unverändert.

public Optional<ARSessionFactory.FrameSourceSortMethod.ARCoreSortMethod> ARCore

ARKit

Sortiermethode für ARKit/ARKitARFoundation-Frame source. Wenn nicht festgelegt, bleibt es unverändert.

public Optional<ARSessionFactory.FrameSourceSortMethod.ARKitSortMethod> ARKit

MotionTracker

Sortiermethode für EasyAR-Motion-Tracker-/System-SLAM(ARCore, ARKit, AREngine)-Frame source. Wenn nicht festgelegt, bleibt es unverändert.

public Optional<ARSessionFactory.FrameSourceSortMethod.MotionTrackerSortMethod> MotionTracker