![]() |
Rubber Hand VR
V1.0
Toolkit for developing VR neuroplasticity experiments relying on the leap motion hand tracker
|
Struct for storing button data - logs how long it took for a trial to complete and whether it was the correct button More...
Public Member Functions | |
override string | ToString () |
Public Attributes | |
float | time |
bool | correct |
Struct for storing button data - logs how long it took for a trial to complete and whether it was the correct button
Definition at line 203 of file ButtonGameManager.cs.
override string HandVR.ButtonGame.ButtonData.ToString | ( | ) |
Implements HandVR.ITestData.
Definition at line 208 of file ButtonGameManager.cs.
bool HandVR.ButtonGame.ButtonData.correct |
Definition at line 206 of file ButtonGameManager.cs.
float HandVR.ButtonGame.ButtonData.time |
Definition at line 205 of file ButtonGameManager.cs.