C# 클래스 MoodSwingGame.MSTower

상속: MSChangeableBuilding
파일 보기 프로젝트 열기: verngutz/MoodSwing 1 사용 예제들

공개 메소드들

메소드 설명
MSTower ( String model, String texture, String effect, Vector3 position, float rotation, int row, int column, int height, MSTowerStats stats ) : System
VolunteerReturned ( ) : void
increaseCapacity ( int i ) : void
load ( System sr ) : void
remove ( MSUnit unit ) : void
sentinel ( MSMap map, MSUnitHandler unitHandler ) : void
toString ( ) : string

메소드 상세

MSTower() 공개 메소드

public MSTower ( String model, String texture, String effect, Vector3 position, float rotation, int row, int column, int height, MSTowerStats stats ) : System
model String
texture String
effect String
position Vector3
rotation float
row int
column int
height int
stats MSTowerStats
리턴 System

VolunteerReturned() 공개 메소드

public VolunteerReturned ( ) : void
리턴 void

increaseCapacity() 공개 메소드

public increaseCapacity ( int i ) : void
i int
리턴 void

load() 공개 메소드

public load ( System sr ) : void
sr System
리턴 void

remove() 공개 메소드

public remove ( MSUnit unit ) : void
unit MSUnit
리턴 void

sentinel() 공개 메소드

public sentinel ( MSMap map, MSUnitHandler unitHandler ) : void
map MSMap
unitHandler MSUnitHandler
리턴 void

toString() 공개 메소드

public toString ( ) : string
리턴 string