예제 #1
0
 public Direction GetVerticalAxis(Paddle.Type type)
 {
     return(kVerticalAxisMap[Level][(int)type]);
 }
예제 #2
0
 public Direction GetHorizontalAxis(Paddle.Type type)
 {
     return(kHorizontalAxisMap[Level][(int)type]);
 }