C# Class FermiInTheAir.GameObjects.GameObject

Show file Open project: TominaP/Fermi-in-the-air Class Usage Examples

Public Methods

Method Description
GameObject ( int height, int width, Point pos, char symbol )
GetHashCode ( ) : int
Move ( ) : void
SetPositionsCoordinates ( ) : void

Method Details

GameObject() public method

public GameObject ( int height, int width, Point pos, char symbol )
height int
width int
pos Point
symbol char

GetHashCode() public method

public GetHashCode ( ) : int
return int

Move() public method

public Move ( ) : void
return void

SetPositionsCoordinates() public method

public SetPositionsCoordinates ( ) : void
return void