VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
void AVR.Core.AVR_TrialExperiment.commence ( int  trial_amount = 1)
inline

Call this function to commence an experiment with a given amount of trials.

Parameters
trial_amountAmount of trials to run.

Definition at line 75 of file AVR_TrialExperiment.cs.

75  {
76  StartCoroutine(experiment(trial_amount));
77  }
IEnumerator experiment(int trial_amount)