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