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