C# Class MoodSwingGame.MSTower

Inheritance: MSChangeableBuilding
Mostrar archivo Open project: verngutz/MoodSwing Class Usage Examples

Public Methods

Method Description
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

Method Details

MSTower() public method

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
return System

VolunteerReturned() public method

public VolunteerReturned ( ) : void
return void

increaseCapacity() public method

public increaseCapacity ( int i ) : void
i int
return void

load() public method

public load ( System sr ) : void
sr System
return void

remove() public method

public remove ( MSUnit unit ) : void
unit MSUnit
return void

sentinel() public method

public sentinel ( MSMap map, MSUnitHandler unitHandler ) : void
map MSMap
unitHandler MSUnitHandler
return void

toString() public method

public toString ( ) : string
return string