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