C# Class FermiInTheAir.Utility.PlaneSettings

ファイルを表示 Open project: TominaP/Fermi-in-the-air

Public Properties

Property Type Description
planeColor ConsoleColor
planeOneIsSelected bool
planeThreeIsSelected bool
planeTwoIsSelected bool

Public Methods

Method Description
SelectPlane ( ) : void
SelectPlaneColor ( ) : void

Private Methods

Method Description
WriteLines ( int lines ) : void

Method Details

SelectPlane() public static method

public static SelectPlane ( ) : void
return void

SelectPlaneColor() public static method

public static SelectPlaneColor ( ) : void
return void

Property Details

planeColor public_oe static_oe property

public static ConsoleColor planeColor
return ConsoleColor

planeOneIsSelected public_oe static_oe property

public static bool planeOneIsSelected
return bool

planeThreeIsSelected public_oe static_oe property

public static bool planeThreeIsSelected
return bool

planeTwoIsSelected public_oe static_oe property

public static bool planeTwoIsSelected
return bool