C# Class spaceconquest.Command

显示文件 Open project: cclay/spaceconquest Class Usage Examples

Public Properties

Property Type Description
action System.Action
shiptype ShipType
start Tuple
target Tuple

Public Methods

Method Description
Command ( Hex3D sh, Hex3D th, System.Action a ) : System
Command ( Hex3D sh, Hex3D th, System.Action a, ShipType s ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Command() public method

public Command ( Hex3D sh, Hex3D th, System.Action a ) : System
sh Hex3D
th Hex3D
a System.Action
return System

Command() public method

public Command ( Hex3D sh, Hex3D th, System.Action a, ShipType s ) : System
sh Hex3D
th Hex3D
a System.Action
s ShipType
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

action public_oe property

public Action,System action
return System.Action

shiptype public_oe property

public ShipType,spaceconquest shiptype
return ShipType

start public_oe property

public Tuple start
return Tuple

target public_oe property

public Tuple target
return Tuple