unreal.HeadTrackingMapEvent
¶
- class unreal.HeadTrackingMapEvent¶
Bases:
unreal.EnumBase
deprecated: ‘HeadTrackingMapEvent’ was renamed to ‘MagicLeapHeadTrackingMapEvent’.
- LOST¶
Map was lost. It could possibly recover.
- Type
0
- NEW_SESSION¶
New map session created.
- Type
3
- RECOVERED¶
Previous map was recovered.
- Type
1
- RECOVERY_FAILED¶
Failed to recover previous map.
- Type
2