Public Member Functions | |
getPropertyDescriptionList (aScript) | |
beginSprite (me) | |
exitframe (me) | |
StartActor (me, param1) | |
StopActor (me, param1) | |
Private Attributes | |
pButtonName | |
name of button this playback 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 | |
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 button | |
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 button
|
|
the ID of the fused tracker this behavior produced
|
|
automatically start without a startActor?
|
|
name of button this playback will represent
|
|
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
|
|
index of previously played data value
|
|
time of previously played data value
|
|
within the segment of captured tracker data only show after this time
|
|
whether the playback has started or not
|