unreal.ARTrackingQuality¶
- class unreal.ARTrackingQuality¶
Bases:
unreal.EnumBaseEARTracking Quality
C++ Source:
Module: AugmentedReality
File: ARTypes.h
- NOT_TRACKING¶
The tracking quality is not available.
- Type
0
- ORIENTATION_AND_POSITION¶
The tracking quality is good.
- Type
2
- ORIENTATION_ONLY¶
The tracking quality is limited, relying only on the device’s motion.
- Type
1