コード例 #1
0
ファイル: Ball.cs プロジェクト: carscan/Pong
 void FixedUpdate()
 {
     BallLogic.FixedUpdate(Time.fixedDeltaTime);
 }