Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Square MoveY(int)

  • Declared in: RT.Coordinates.Square

Declaration

public Square MoveY(
    int dy
)

Summary

Moves the current cell dy number of spaces down.

Parameters

intdy Amount of cells to move by.

Returns

The new Square value.