unreal.ARGeoTrackingState¶
- class unreal.ARGeoTrackingState¶
Bases:
EnumBaseEARGeo Tracking State
C++ Source:
Module: AugmentedReality
File: ARGeoTrackingSupport.h
- INITIALIZING: ARGeoTrackingState = Ellipsis¶
The session is initializing geo tracking.
- Type:
0
- LOCALIZED: ARGeoTrackingState = Ellipsis¶
Geo tracking is localized.
- Type:
1
- LOCALIZING: ARGeoTrackingState = Ellipsis¶
Geo tracking is attempting to localize against a map.
- Type:
2
- NOT_AVAILABLE: ARGeoTrackingState = Ellipsis¶
Geo tracking is not available.
- Type:
3