C# Class FermiInTheAir.GameObjects.Player

显示文件 Open project: TominaP/Fermi-in-the-air

Public Methods

Method Description
Clear ( ) : void
Player ( ) : System
Print ( ) : void
SetPlaneCoordinates ( ) : void

Private Methods

Method Description
GetPlaneHeight ( ) : int
GetPlaneWidth ( ) : int
PrintSelectedPlane ( int x, int y ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Player() public method

public Player ( ) : System
return System

Print() public method

public Print ( ) : void
return void

SetPlaneCoordinates() public method

public SetPlaneCoordinates ( ) : void
return void