Update() private méthode

Called every frame, if the MonoBehaviour is enabled. Apply the effects of the encountered elements and moves the player.
private Update ( ) : void
Résultat void
 private void FixedUpdate()
 {
     if (playerView != null)
     {
         playerMovementController.Update(playerView);
     }
 }