unreal.ARAltitudeSource
¶
- class unreal.ARAltitudeSource¶
Bases:
EnumBase
EARAltitude Source
C++ Source:
Module: AugmentedReality
File: ARTypes.h
- COARSE: ARAltitudeSource¶
The framework sets the altitude using a coarse digital-elevation model.
- Type:
1
- PRECISE: ARAltitudeSource¶
The framework sets the altitude using a high-resolution digital-elevation model.
- Type:
0
- UNKNOWN: ARAltitudeSource¶
Altitude is not yet set.
- Type:
3
- USER_DEFINED: ARAltitudeSource¶
The app defines the alitude.
- Type:
2