Ejemplo n.º 1
0
Archivo: Ball.cs Proyecto: carscan/Pong
 void FixedUpdate()
 {
     BallLogic.FixedUpdate(Time.fixedDeltaTime);
 }