예제 #1
0
    // Use this for initialization
    void Start()
    {
        userInformationLightController = userInformation.GetComponent <UserInformationLightController>();
        memoryScrollViewController     = memoryController.GetComponent <MemoryScrollViewController>();

        this.InitTask();
    }
 void Start()
 {
     userInformationLightController = userInformation.GetComponent <UserInformationLightController>();
     this.InitTaskValues();
 }
예제 #3
0
 void Start()
 {
     userInformationLightController = userInformation.GetComponent <UserInformationLightController>();
 }