C# 클래스 spaceconquest.Command

파일 보기 프로젝트 열기: cclay/spaceconquest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
action System.Action
shiptype ShipType
start Tuple
target Tuple

공개 메소드들

메소드 설명
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

메소드 상세

Command() 공개 메소드

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

Command() 공개 메소드

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

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

action 공개적으로 프로퍼티

public Action,System action
리턴 System.Action

shiptype 공개적으로 프로퍼티

public ShipType,spaceconquest shiptype
리턴 ShipType

start 공개적으로 프로퍼티

public Tuple start
리턴 Tuple

target 공개적으로 프로퍼티

public Tuple target
리턴 Tuple