WTInstantTrackingState Constants Reference

Declared in WTInstantTracker.h

WTInstantTrackingState

WTInstantTrackingState indicates the current state in which an instant tracker is.

Definition

typedef NS_ENUM(NSInteger, WTInstantTrackingState ) {
   WTInstantTrackerInitializing = 0,
   WTInstantTrackerTracking = 1,
};

Constants

WTInstantTrackerInitializing

WTInstantTarckerInitializing indicates that the instant tracker is in initialization state, which allows the origin of the tracking scene to be set, as well as the device height above ground.

Declared In WTInstantTracker.h.

WTInstantTrackerTracking

WTInstantTrackerTracking indicates that the instant tracker is in tracking state, which means that the current scene is being tracker and augmentations can be placed.

Declared In WTInstantTracker.h.

Declared In

WTInstantTracker.h