コード例 #1
0
 private void setVelocity(Vector2 v)
 {
     pManager.setVelocity(v);
     bgManager.setVelocity(v);
 }