WTInstantTargetExpansionPolicy Constants Reference

Declared in WTInstantTargetRestorationConfiguration.h

WTInstantTargetExpansionPolicy

Describes the expansion behaviour that should be used by the Wikitude SDK

Definition

typedef NS_ENUM(NSInteger, WTInstantTargetExpansionPolicy ) {
   WTInstantTargetExpansionPolicyAllowExpansion,
   WTInstantTargetExpansionPolicyDisallowExpansion,
};

Constants

WTInstantTargetExpansionPolicyAllowExpansion

A loaded instant target can and will be expanded. This means that an instant tracker can continue tracking even though the current scene now contains more information compared to its creation time.

Declared In WTInstantTargetRestorationConfiguration.h.

WTInstantTargetExpansionPolicyDisallowExpansion

A loaded instant target will not be expanded even though its instant tracker might discover new areas of the scene.

Declared In WTInstantTargetRestorationConfiguration.h.

Declared In

WTInstantTargetRestorationConfiguration.h