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

Interface for test activities More...

Inheritance diagram for HandVR.ITest:

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< ITestDataResults [get]
 Returns results of test More...
 
bool IsRunning [get]
 Returns true if the test is in progress More...
 

Detailed Description

Interface for test activities

Definition at line 11 of file ITest.cs.

Member Function Documentation

◆ SetNumMinutes()

void HandVR.ITest.SetNumMinutes ( float  numMins)

Sets total time to perform the trials

Parameters
numMinsTime for the game (in minutes)

Implemented in HandVR.ButtonGame.ButtonGameManager, and HandVR.BlockGame.BlockGameManager.

Here is the caller graph for this function:

◆ SetNumTests()

void HandVR.ITest.SetNumTests ( int  numTests)

Sets number of test repitions to perform

Parameters
numTests

Implemented in HandVR.ButtonGame.ButtonGameManager, and HandVR.BlockGame.BlockGameManager.

◆ StartTest()

IEnumerator HandVR.ITest.StartTest ( )

Begins performing the test

Returns

Implemented in HandVR.ButtonGame.ButtonGameManager, and HandVR.BlockGame.BlockGameManager.

Here is the caller graph for this function:

◆ StopTest()

void HandVR.ITest.StopTest ( )

Stops test early

Implemented in HandVR.BlockGame.BlockGameManager, and HandVR.ButtonGame.ButtonGameManager.

Here is the caller graph for this function:

Property Documentation

◆ IsRunning

bool HandVR.ITest.IsRunning
get

Returns true if the test is in progress

Definition at line 46 of file ITest.cs.

◆ Results

IList<ITestData> HandVR.ITest.Results
get

Returns results of test

Definition at line 17 of file ITest.cs.


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