ObjectTrackerResult Class

这个类型是C#语言的 EasyAR Sense API: ObjectTrackerResult 。页面中部分描述可能与Unity环境无关。

部分Sense接口已经封装成Unity组件,直接使用可能是不必要的。

Description

ObjectTracker 的结果。


Methods

targetInstances

C#

public override List< TargetInstance > targetInstances()

返回当前结果中包含的 TargetInstance 列表。

setTargetInstances

C#

public override void setTargetInstances(List< TargetInstance > instances)

设置当前结果中包含的 TargetInstance 列表。