VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
void AVR.Core.AVR_TrialExperiment.proceed ( )
inline

Call this function externally to allow the trial to proceed.

Definition at line 55 of file AVR_TrialExperiment.cs.

55  {
56  _p = true;
57  }