Exemplo n.º 1
0
 // Sets the GameObject's velocity relative to up space.
 public void SetVelocity(Vector2 vel)
 {
     mover.SetVelocity(upDirection.SpaceExit(vel));
 }