コード例 #1
0
 public void TeleportPlayer()
 {
     //Call teleport function on player controller
     if (playerController != null)
     {
         playerController.TeleportToPosition(transform.position);
     }
 }