예제 #1
0
// Update is called once per frame
    void Update()
    {
        hexController.Execute();
        meteorController.Execute();
        planetController.Execute();
        cloudController.Execute();
    }
예제 #2
0
 // Update is called once per frame
 void Update()
 {
     if (hexController)
         hexController.Execute();
     if (meteorController)
         meteorController.Execute();
     if (cloudController)
         cloudController.Execute();
     if (planetController)
         planetController.Execute();
     if (hexController)
         hexViewController.Execute();
     if (sunController)
         sunController.Execute();
 }