xr-frame / Exports / IARTrackerData

# Interface: IARTrackerData

ARTracker组件数据接口。

# Table of contents

# Properties

# Properties

# autoSync

Optional autoSync: number[]

Face模式下,给定一个特征点索引列表,详见官网对应文档。 系统会自动同步位置和缩放到ARTracker下对应的顺序的子节点。 -1代表不同步位置,只同步缩放。


# image

Optional image: IImage

要追踪的图片资源,优先使用。 xml中数据为image类型。


# mode

mode: TTrackMode

跟踪模式,必须在ARSystem已开启的模式列表中。 xml中数据为string类型。


# src

Optional src: string

要追踪的图片地址,如果image没有定义,则使用这个。 xml中数据为string类型。