- Declared in: RT.Coordinates.Square
Declaration
public Square Move(
int dx,
int dy
)Summary
Moves the current cell
dx number of spaces to the right and
dy number of
spaces down.
Parameters
| int | dx |
Amount of cells to move by in the X direction. |
| int | dy |
Amount of cells to move by in the Y direction. |
Returns
The new
Square value.