コード例 #1
0
ファイル: Ball.cs プロジェクト: asmCode/soccer_game
 public Vector3 GetVelocity()
 {
     return(m_ballView.GetVelocity());
 }