// Use this for initialization
 void Start()
 {
     periodGroup = (PeriodGroup)periodGroupHolder.GetComponent(typeof(PeriodGroup));
     personSet = (PersonSetModel)personSetHolder.GetComponent(typeof(PersonSetModel));
     setCurrentPeriod();
 }
Esempio n. 2
0
 // Use this for initialization
 void Start()
 {
     observed = (PersonSetModel)personSetHolder.GetComponent(typeof(PersonSetModel));
 }
Esempio n. 3
0
 // Use this for initialization
 void Start()
 {
     observed = (PersonSetModel)personSetHolder.GetComponent(typeof(PersonSetModel));
 }
Esempio n. 4
0
 // Use this for initialization
 void Start()
 {
     periodGroup = (PeriodGroup)periodGroupHolder.GetComponent(typeof(PeriodGroup));
     personSet   = (PersonSetModel)personSetHolder.GetComponent(typeof(PersonSetModel));
     setCurrentPeriod();
 }