C# 클래스 Beyond_Beyaan.Equipment

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan 1 사용 예제들

공개 메소드들

메소드 설명
Equipment ( Technology whichTech, bool useSecondary ) : System
GetActualCost ( int>.Dictionary techLevels, int shipSize, float costPerPower ) : float
GetActualSize ( int>.Dictionary techLevels, int shipSize, float spacePerPower ) : float
GetCost ( int>.Dictionary techLevels, int shipSize ) : float
GetMaxDamage ( ) : int
GetMinDamage ( ) : int
GetPower ( int shipSize ) : float
GetRange ( ) : int
GetSize ( int>.Dictionary techLevels, int shipSize ) : float

메소드 상세

Equipment() 공개 메소드

public Equipment ( Technology whichTech, bool useSecondary ) : System
whichTech Technology
useSecondary bool
리턴 System

GetActualCost() 공개 메소드

public GetActualCost ( int>.Dictionary techLevels, int shipSize, float costPerPower ) : float
techLevels int>.Dictionary
shipSize int
costPerPower float
리턴 float

GetActualSize() 공개 메소드

public GetActualSize ( int>.Dictionary techLevels, int shipSize, float spacePerPower ) : float
techLevels int>.Dictionary
shipSize int
spacePerPower float
리턴 float

GetCost() 공개 메소드

public GetCost ( int>.Dictionary techLevels, int shipSize ) : float
techLevels int>.Dictionary
shipSize int
리턴 float

GetMaxDamage() 공개 메소드

public GetMaxDamage ( ) : int
리턴 int

GetMinDamage() 공개 메소드

public GetMinDamage ( ) : int
리턴 int

GetPower() 공개 메소드

public GetPower ( int shipSize ) : float
shipSize int
리턴 float

GetRange() 공개 메소드

public GetRange ( ) : int
리턴 int

GetSize() 공개 메소드

public GetSize ( int>.Dictionary techLevels, int shipSize ) : float
techLevels int>.Dictionary
shipSize int
리턴 float