Property | Type | Description | |
---|---|---|---|
EMPActive | bool | ||
FreezeActive | bool | ||
Health | int | ||
IsActive | bool | ||
IsDead | bool | ||
Money | int | ||
PlayerBase | |||
PlayerNum | int | ||
Rezone | bool | ||
TargetPlayerNum | int | ||
TeamNum | int | ||
Type | PlayerType | ||
isHUDDisplayed | bool | ||
playerEnumType | System.Enum[] | ||
playerMenuTabsEnumType | System.Enum[] | ||
selectedUnit | int |
Property | Type | Description | |
---|---|---|---|
cameraManager |
Method | Description | |
---|---|---|
AddMoney ( int amount ) : void | ||
Draw ( |
||
DrawMenu ( |
||
HandleInput ( ) : void | ||
Player ( ) : System | ||
Player ( int playerNum, int teamNum, |
||
Player ( int playerNum, int teamNum, int targetPlayerNum, |
||
PlayerSetup ( int playerNum, int teamNum, |
||
SetBase ( |
||
SetTargetBase ( |
||
SetTowerForLevelMap ( TowerType towerType, |
||
SetupAvatar ( ) : void | ||
SetupStatic ( ) : void | ||
SharedSetup ( int playerNum, int teamNum, PlayerType type ) : void | ||
TakeDamage ( ) : bool | ||
Update ( |
Method | Description | |
---|---|---|
DrawDefenseTowers ( ) : void | ||
DrawDeployTab ( ) : void | ||
DrawOffenseTowers ( ) : void | ||
DrawPowers ( ) : void | ||
DrawStatus ( ) : void | ||
DrawTowerInformation ( |
public Draw ( |
||
gameTime | ||
return | void |
public DrawMenu ( |
||
gameTime | ||
return | void |
public Player ( int playerNum, int teamNum, |
||
playerNum | int | |
teamNum | int | |
gameObject | ||
playerType | PlayerType | |
return | System |
public Player ( int playerNum, int teamNum, int targetPlayerNum, |
||
playerNum | int | |
teamNum | int | |
targetPlayerNum | int | |
startTile | ||
type | PlayerType | |
return | System |
public PlayerSetup ( int playerNum, int teamNum, |
||
playerNum | int | |
teamNum | int | |
gameObject | ||
playerType | PlayerType | |
return | void |
public SetBase ( |
||
playerBase | ||
return | void |
public SetTargetBase ( |
||
target | ||
return | void |
public SetTowerForLevelMap ( TowerType towerType, |
||
towerType | TowerType | |
tile | ||
return | void |
public SharedSetup ( int playerNum, int teamNum, PlayerType type ) : void | ||
playerNum | int | |
teamNum | int | |
type | PlayerType | |
return | void |
public Update ( |
||
gameTime | ||
return | void |
public Base,UHSampleGame.CoreObjects.Base PlayerBase | ||
return |
protected CameraManager,UHSampleGame.CameraManagement cameraManager | ||
return |
public static Enum[],System playerEnumType | ||
return | System.Enum[] |
public static Enum[],System playerMenuTabsEnumType | ||
return | System.Enum[] |