C# 클래스 SectionAttributes, verthex

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

공개 프로퍼티들

프로퍼티 타입 설명
height int
material SectionMaterial,
maxSP int
myTower Tower,
sp int
weapon SectionWeapon,

공개 메소드들

메소드 설명
GetCost ( ) : int
GetWeight ( ) : int
HasWeapon ( ) : bool
IsOverloaded ( int stress ) : bool
Repair ( ) : void
SectionAttributes ( SectionMaterial, newMat, SectionWeapon, newWeapon ) : System.Collections

메소드 상세

GetCost() 공개 메소드

public GetCost ( ) : int
리턴 int

GetWeight() 공개 메소드

public GetWeight ( ) : int
리턴 int

HasWeapon() 공개 메소드

public HasWeapon ( ) : bool
리턴 bool

IsOverloaded() 공개 메소드

public IsOverloaded ( int stress ) : bool
stress int
리턴 bool

Repair() 공개 메소드

public Repair ( ) : void
리턴 void

SectionAttributes() 공개 메소드

public SectionAttributes ( SectionMaterial, newMat, SectionWeapon, newWeapon ) : System.Collections
newMat SectionMaterial,
newWeapon SectionWeapon,
리턴 System.Collections

프로퍼티 상세

height 공개적으로 프로퍼티

public int height
리턴 int

material 공개적으로 프로퍼티

public SectionMaterial, material
리턴 SectionMaterial,

maxSP 공개적으로 프로퍼티

public int maxSP
리턴 int

myTower 공개적으로 프로퍼티

public Tower, myTower
리턴 Tower,

sp 공개적으로 프로퍼티

public int sp
리턴 int

weapon 공개적으로 프로퍼티

public SectionWeapon, weapon
리턴 SectionWeapon,