unreal.LuminARTrackingState

class unreal.LuminARTrackingState

Bases: unreal.EnumBase

ingroup: LuminARBase Describes the tracking state of the current ARCore session.

C++ Source:

  • Plugin: MagicLeap

  • Module: MagicLeapAR

  • File: LuminARTypes.h

NOT_TRACKING

Tracking is temporary lost but could recover in the future.

Type

1

STOPPED_TRACKING

Tracking is lost will not recover.

Type

2

TRACKING

Tracking is valid.

Type

0