TargetTrackerResult Class

This type is an EasyAR Sense API in C#: TargetTrackerResult . Some descriptions may not apply to Unity environment on this page.

Some parts of the Sense API may have already been wrapped into Unity components, and directly usages may not be necessary.

Description

TargetTrackerResult is the base class of ImageTrackerResult and ObjectTrackerResult .


Methods

targetInstances

C#

public virtual List< TargetInstance > targetInstances()

Returns the list of TargetInstance contained in the result.

setTargetInstances

C#

public virtual void setTargetInstances(List< TargetInstance > instances)

Sets the list of TargetInstance contained in the result.