示例#1
0
 private Boolean IsOutRight()
 {
     return(ball.GetXposition() > worldWidth - LeftAndRightPadding);
 }