Exemple #1
0
 void LateUpdate()
 {
     if (cameraMvmt != null)
     {
         cameraMvmt.CameraPosition(myTransform.position);
     }
 }