Public Member Functions | |
getPropertyDescriptionList (aScript) | |
beginSprite (me) | |
StartActor (me, param1) | |
exitframe () | |
StopActor () | |
mouseUp (me) | |
mouseDown (me) | |
updateButton (me, ID, timestamp, buttonNum, buttonVal) | |
GenerateCaptureScripts (me) | |
Private Attributes | |
pFinalCastLib | |
location to place this captured data | |
pScriptName | |
name of script that will contain the data | |
pCaptureTime | |
number of seconds to capture the tracker for.. | |
pButtonName | |
parameter for button will trigger this cue | |
pButtonNum | |
parameter for button ID will trigger this cue | |
pAutoStart | |
automatically start without a startActor? | |
timeVar | |
to keep track of time change | |
captureDataList | |
Data list used to store marker reports during capture mode. |
The captured data can be coordinated with other capture behaviors to create a playback data set.
Place this behavior onto a DataStoreContainer (to capture VRPN button reports) or onto a graphic Director button to capture those button presses.
Copyright 2004, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 --All Rights Reserved-- (See LICENSE cast member for full license information)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Data list used to store marker reports during capture mode.
|
|
automatically start without a startActor?
|
|
parameter for button will trigger this cue
|
|
parameter for button ID will trigger this cue
|
|
number of seconds to capture the tracker for..
|
|
location to place this captured data
|
|
name of script that will contain the data
|
|
to keep track of time change
|