示例#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]);
 }