You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pointer-tracker.md 532B

PointerTracker

A tracker of pointers. It consumes data from a PointerSource and produces PointerTrackerResults.

Since: 0.4.0

Instantiation

AR.Tracker.Pointer

AR.Tracker.Pointer(): PointerTracker

Create a new PointerTracker.

Returns

A new PointerTracker.

Example

const pointerTracker = AR.Tracker.Pointer();

Properties

type

tracker.type: string, read-only

The string "pointer-tracker".