Exemplo n.º 1
0
Arquivo: Ball.cs Projeto: carscan/Pong
 void FixedUpdate()
 {
     BallLogic.FixedUpdate(Time.fixedDeltaTime);
 }