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 sie unverändert.

public Optional<ARSessionFactory.FrameSourceSortMethod.ARCoreSortMethod> ARCore

ARKit

Sortiermethode für ARKit/ARKitARFoundation frame source. Wenn nicht festgelegt, bleibt sie 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 sie unverändert.

public Optional<ARSessionFactory.FrameSourceSortMethod.MotionTrackerSortMethod> MotionTracker