C# 클래스 spaceconquest.Warship

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

보호된 프로퍼티들

프로퍼티 타입 설명
damage int
firingpercent int
range int

공개 메소드들

메소드 설명
Attack ( Unit u ) : void
Draw ( Microsoft world, Microsoft view, Microsoft projection ) : void
GetRange ( ) : int
GetShootable ( ) : List
Warship ( ShipType st ) : System

비공개 메소드들

메소드 설명
Shootable ( HashSet hexes, Hex3D h, int r ) : void

메소드 상세

Attack() 공개 메소드

public Attack ( Unit u ) : void
u Unit
리턴 void

Draw() 공개 메소드

public Draw ( Microsoft world, Microsoft view, Microsoft projection ) : void
world Microsoft
view Microsoft
projection Microsoft
리턴 void

GetRange() 공개 메소드

public GetRange ( ) : int
리턴 int

GetShootable() 공개 메소드

public GetShootable ( ) : List
리턴 List

Warship() 공개 메소드

public Warship ( ShipType st ) : System
st ShipType
리턴 System

프로퍼티 상세

damage 보호되어 있는 프로퍼티

protected int damage
리턴 int

firingpercent 보호되어 있는 프로퍼티

protected int firingpercent
리턴 int

range 보호되어 있는 프로퍼티

protected int range
리턴 int