Rubber Hand VR  V1.0
Toolkit for developing VR neuroplasticity experiments relying on the leap motion hand tracker
HandVR.ButtonGame.ButtonData Struct Reference

Struct for storing button data - logs how long it took for a trial to complete and whether it was the correct button More...

Inheritance diagram for HandVR.ButtonGame.ButtonData:
Collaboration diagram for HandVR.ButtonGame.ButtonData:

Public Member Functions

override string ToString ()
 

Public Attributes

float time
 
bool correct
 

Detailed Description

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.

Member Function Documentation

◆ ToString()

override string HandVR.ButtonGame.ButtonData.ToString ( )

Implements HandVR.ITestData.

Definition at line 208 of file ButtonGameManager.cs.

Member Data Documentation

◆ correct

bool HandVR.ButtonGame.ButtonData.correct

Definition at line 206 of file ButtonGameManager.cs.

◆ time

float HandVR.ButtonGame.ButtonData.time

Definition at line 205 of file ButtonGameManager.cs.


The documentation for this struct was generated from the following file: