unreal.GoogleARCoreTrackingState

class unreal.GoogleARCoreTrackingState

Bases: unreal.EnumBase

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

C++ Source:

  • Plugin: GoogleARCore

  • Module: GoogleARCoreBase

  • File: GoogleARCoreTypes.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