Свойство | Type | Description | |
---|---|---|---|
PlayerNum | int | ||
Position | Vector3 | ||
TeamNum | int | ||
Tile |
Свойство | Type | Description | |
---|---|---|---|
goalBase | |||
health | int | ||
scale | float | ||
tile |
Méthode | Description | |
---|---|---|
Base ( |
||
Base ( int playerNum, int teamNum, BaseType baseType, |
||
Draw ( |
||
GetTile ( ) : |
||
HitBase ( int damage ) : void | ||
IsThereAPathTo ( int tileID, int blockedTile ) : bool | ||
RotateX ( float rotation ) : void | ||
RotateY ( float rotation ) : void | ||
RotateZ ( float rotation ) : void | ||
SetGoalBase ( |
||
SetPlayerNum ( int newPlayerNum ) : void | ||
SetTeamNum ( int newTeamNum ) : void | ||
SetupModel ( |
||
Update ( |
||
UpdateTransforms ( ) : void | ||
UpdateView ( ) : void |
Méthode | Description | |
---|---|---|
OnBaseDestroyed ( ) : void | ||
SetupCamera ( ) : void |
Sets up default camera information
|
|
SetupModel ( Vector3 position ) : void |
Méthode | Description | |
---|---|---|
Destroy ( ) : void |
public Base ( |
||
model | ||
Résultat | System |
public Base ( int playerNum, int teamNum, BaseType baseType, |
||
playerNum | int | |
teamNum | int | |
baseType | BaseType | |
tile | ||
Résultat | System |
public Draw ( |
||
gameTime | ||
Résultat | void |
public IsThereAPathTo ( int tileID, int blockedTile ) : bool | ||
tileID | int | |
blockedTile | int | |
Résultat | bool |
public SetGoalBase ( |
||
goalBase | ||
Résultat | void |
public SetPlayerNum ( int newPlayerNum ) : void | ||
newPlayerNum | int | |
Résultat | void |
public SetTeamNum ( int newTeamNum ) : void | ||
newTeamNum | int | |
Résultat | void |
public SetupModel ( |
||
newModel | ||
position | Vector3 | |
Résultat | void |
protected SetupModel ( Vector3 position ) : void | ||
position | Vector3 | |
Résultat | void |
public Update ( |
||
gameTime | ||
Résultat | void |
public Tile,UHSampleGame.TileSystem Tile | ||
Résultat |