C# Class FermiInTheAir.GameObjects.GameObject

Afficher le fichier Open project: TominaP/Fermi-in-the-air Class Usage Examples

Méthodes publiques

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

Method Details

GameObject() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Move() public méthode

public Move ( ) : void
Résultat void

SetPositionsCoordinates() public méthode

public SetPositionsCoordinates ( ) : void
Résultat void