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