Property | Type | Description | |
---|---|---|---|
GameType | PlayerScreenType |
Method | Description | |
---|---|---|
AddUnit ( |
||
BuildTower ( |
||
Draw ( |
||
HandleInput ( ) : void | ||
HandleInput ( |
||
LoadContent ( ) : void | ||
PlayScreen ( ) : System | ||
PlayScreen ( PlayerSetup playerSetup, PlayerScreenType gameType ) : System | ||
Reload ( ) : void | ||
RemoveUnit ( |
||
SetupCamera ( ) : void | ||
UnloadContent ( ) : void | ||
Update ( |
public AddUnit ( |
||
unit | ||
return | void |
public BuildTower ( |
||
tile | ||
return | void |
public Draw ( |
||
gameTime | ||
return | void |
public HandleInput ( |
||
input | ||
return | void |
public PlayScreen ( PlayerSetup playerSetup, PlayerScreenType gameType ) : System | ||
playerSetup | PlayerSetup | |
gameType | PlayerScreenType | |
return | System |
public RemoveUnit ( |
||
unit | ||
return | void |
public Update ( |
||
gameTime | ||
return | void |