예제 #1
0
 void LateUpdate()
 {
     if (IsFollowing)
     {
         follow.ManualUpdate();
     }
     shaker.ManualUpdate();
 }