Public Member Functions | |
| getPropertyDescriptionList (aScript) | |
| beginSprite (me) | |
| exitframe (me) | |
| StartActor (me, param1) | |
| StopActor (me, param1) | |
| GetTrackerName () | |
Private Attributes | |
| pTrackerName | |
| name of tracker this tracker will represent | |
| pPlaybackCast | |
| cast that the tracker information is stored in | |
| pPlaybackScript | |
| the script that contains the tracker information for the specified tracker | |
| pStartPoint | |
| within the segment of captured tracker data only show after this time | |
| pEndPoint | |
| within the segment of captured tracker data only show before this time | |
| pReplayMethod | |
| play the coordinates back as being relative values to the starting point, or absolute | |
| pNumLoops | |
| number of times to loop the playback | |
| pAutoStart | |
| automatically start without a startActor? | |
| Started | |
| whether the playback has started or not | |
| datalist | |
| all the reports for this tracker | |
| myID | |
| the ID of the fused tracker this behavior produced | |
| PlaybackStartCount | |
| only show data after this count | |
| PlaybackEndCount | |
| show data before this count | |
| PlaybackStartTime | |
| time offset used in playback to sync with selected frames | |
| prev_time | |
| time of previously played data value | |
| prev_data | |
| index of previously played data value | |
The start time and end time within the captured data can be set to playback a portion of the data.
Place this behavior onto a DataStoreContainer
Copyright 2004, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 --All Rights Reserved-- (See LICENSE cast member for full license information)
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
all the reports for this tracker
|
|
|
the ID of the fused tracker this behavior produced
|
|
|
automatically start without a startActor?
|
|
|
within the segment of captured tracker data only show before this time
|
|
|
show data before this count
|
|
|
only show data after this count
|
|
|
time offset used in playback to sync with selected frames
|
|
|
number of times to loop the playback
|
|
|
cast that the tracker information is stored in
|
|
|
the script that contains the tracker information for the specified tracker
|
|
|
play the coordinates back as being relative values to the starting point, or absolute
|
|
|
index of previously played data value
|
|
|
time of previously played data value
|
|
|
within the segment of captured tracker data only show after this time
|
|
|
name of tracker this tracker will represent
|
|
|
whether the playback has started or not
|
1.3.7