示例#1
0
 public void Update(float deltaTime)
 {
     _ballView.OnUpdate();
     _ballView.Move(deltaTime, _direction, _start);
 }