コード例 #1
0
 void Start()
 {
     //we record these once for performance reasons
     _trialNumber  = DataRecorder.GetTrialNumber();
     _animalString = ExperimentManager.Instance.GetAnimalString();
     _platformName = DataRecorder.GetPlatformName();
     _stressPanel  = FindObjectOfType <StressSelectorPanel>();
 }