Skip to content
jackbrookes edited this page Jun 1, 2018 ยท 11 revisions

UXF.Tracker

Create a new class that inherits from this component to create custom tracking behaviour on a frame-by-frame basis.


Fields

objectName: Name of the object used in saving

measurementDescriptor: Description of the type of measurement this tracker will perform.

customHeader: Custom column headers for tracked objects

Properties

pathHeader: The header used when saving the relative filename string within our behavioural data.

header: The header that will go at the top of the output file associated with this tracker

Methods

UXF.Tracker.StartRecording

Begins recording.

Parameters

None

UXF.Tracker.PauseRecording

Pauses recording.

Parameters

None

UXF.Tracker.StopRecording

Stops recording.

Parameters

None

UXF.Tracker.GetDataCopy

Returns a copy of the data collected by this tracker.

Parameters

None

UXF.Tracker.GetCurrentValues

Acquire values for this frame and store them in an array.

Parameters

None

UXF.Tracker.SetupDescriptorAndHeader

Override this method and define your own descriptor and header.

Parameters

None


Note: This file was automatically generated

๐Ÿง  Core topics

โ“ More help


๐Ÿ‘ฉโ€๐Ÿ’ป Programming reference

Unit tests

Clone this wiki locally