ARSessionFactory.FrameSourceSortMethod Struct¶
Description¶
Frame source sort method .
Enums¶
public enum ARSessionFactory.FrameSourceSortMethod.ARCoreSortMethod |
ARCore/ARCoreARFoundation frame source sort method. |
public enum ARSessionFactory.FrameSourceSortMethod.ARKitSortMethod |
ARKit/ARKitARFoundation frame source sort method. |
public enum ARSessionFactory.FrameSourceSortMethod.MotionTrackerSortMethod |
EasyAR motion tracker/System SLAM (ARCore, ARKit, AREngine) frame source sort method. |
Fields¶
ARCore¶
- C#
public Optional< ARSessionFactory.FrameSourceSortMethod.ARCoreSortMethod > ARCore
ARCore/ARCoreARFoundation frame source sort method. Leave empty to keep unchanged.
ARKit¶
- C#
public Optional< ARSessionFactory.FrameSourceSortMethod.ARKitSortMethod > ARKit
ARKit/ARKitARFoundation frame source sort method. Leave empty to keep unchanged.
MotionTracker¶
- C#
public Optional< ARSessionFactory.FrameSourceSortMethod.MotionTrackerSortMethod > MotionTracker
EasyAR motion tracker/System SLAM (ARCore, ARKit, AREngine) frame source sort method. Leave empty to keep unchanged.