ObjectTrackerResult Class

This type is an EasyAR Sense API in C#: ObjectTrackerResult . 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

Result of ObjectTracker .


Methods

targetInstances

C#

public override List< TargetInstance > targetInstances()

Returns the list of TargetInstance contained in the result.

setTargetInstances

C#

public override void setTargetInstances(List< TargetInstance > instances)

Sets the list of TargetInstance contained in the result.