Skip to content
Jack Brookes edited this page Oct 31, 2020 · 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. Time is added automatically

Properties

dataName: A name used when saving the data from this tracker.

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

Methods

UXF.Tracker.RecordRow()

Records a new row of data at current time.

Parameters

None

UXF.Tracker.StartRecording()

Begins recording.

Parameters

None

UXF.Tracker.PauseRecording()

Pauses recording.

Parameters

None

UXF.Tracker.StopRecording()

Stops recording.

Parameters

None

UXF.Tracker.GetCurrentValues()

Acquire values for this frame and store them in an UXFDataRow. Must return values for ALL columns.

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