Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TCell Move(TDirection, int)

  • Declared in: RT.Coordinates.IHasDirection<TCell, TDirection>
  • Interface method
  • Abstract

Declaration

public TCell Move(
    TDirection direction,
    int amount = 1
)

Summary

Returns the cell that is amount steps in the specified direction.