![]() |
Rubber Hand VR
V1.0
Toolkit for developing VR neuroplasticity experiments relying on the leap motion hand tracker
|
Interface for test activities More...
Public Member Functions | |
IEnumerator | StartTest () |
Begins performing the test More... | |
void | SetNumTests (int numTests) |
Sets number of test repitions to perform More... | |
void | SetNumMinutes (float numMins) |
Sets total time to perform the trials More... | |
void | StopTest () |
Stops test early More... | |
Properties | |
IList< ITestData > | Results [get] |
Returns results of test More... | |
bool | IsRunning [get] |
Returns true if the test is in progress More... | |
void HandVR.ITest.SetNumMinutes | ( | float | numMins | ) |
Sets total time to perform the trials
numMins | Time for the game (in minutes) |
Implemented in HandVR.ButtonGame.ButtonGameManager, and HandVR.BlockGame.BlockGameManager.
void HandVR.ITest.SetNumTests | ( | int | numTests | ) |
Sets number of test repitions to perform
numTests |
Implemented in HandVR.ButtonGame.ButtonGameManager, and HandVR.BlockGame.BlockGameManager.
IEnumerator HandVR.ITest.StartTest | ( | ) |
Begins performing the test
Implemented in HandVR.ButtonGame.ButtonGameManager, and HandVR.BlockGame.BlockGameManager.
void HandVR.ITest.StopTest | ( | ) |
Stops test early
Implemented in HandVR.BlockGame.BlockGameManager, and HandVR.ButtonGame.ButtonGameManager.
|
get |
|
get |