Пример #1
0
 public void SpawnStar()
 {
     // Queue respawn until the vive sync has position the player
     itemStar.QueueRespawn();
 }
Пример #2
0
 public void SpawnBall()
 {
     // Queue respawn until the vive sync has position the player
     itemBall.QueueRespawn();
 }
Пример #3
0
 public void SpawnCube()
 {
     // Queue respawn until the vive sync has position the player
     itemCube.QueueRespawn();
 }