C# Class UHSampleGame.Screens.PlayScreen

Inheritance: UHSampleGame.ScreenManagement.Screen
Afficher le fichier Open project: holtkampw/UH-Sample-XNA-Project

Méthodes publiques

Свойство Type Description
GameType PlayerScreenType

Méthodes publiques

Méthode Description
AddUnit ( Unit unit ) : void
BuildTower ( Tile tile ) : void
Draw ( GameTime gameTime ) : void
HandleInput ( ) : void
HandleInput ( InputManager input ) : void
LoadContent ( ) : void
PlayScreen ( ) : System
PlayScreen ( PlayerSetup playerSetup, PlayerScreenType gameType ) : System
Reload ( ) : void
RemoveUnit ( Unit unit ) : void
SetupCamera ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

AddUnit() public méthode

public AddUnit ( Unit unit ) : void
unit UHSampleGame.CoreObjects.Units.Unit
Résultat void

BuildTower() public méthode

public BuildTower ( Tile tile ) : void
tile UHSampleGame.TileSystem.Tile
Résultat void

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

HandleInput() public méthode

public HandleInput ( ) : void
Résultat void

HandleInput() public méthode

public HandleInput ( InputManager input ) : void
input UHSampleGame.InputManagement.InputManager
Résultat void

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

PlayScreen() public méthode

public PlayScreen ( ) : System
Résultat System

PlayScreen() public méthode

public PlayScreen ( PlayerSetup playerSetup, PlayerScreenType gameType ) : System
playerSetup PlayerSetup
gameType PlayerScreenType
Résultat System

Reload() public méthode

public Reload ( ) : void
Résultat void

RemoveUnit() public méthode

public RemoveUnit ( Unit unit ) : void
unit UHSampleGame.CoreObjects.Units.Unit
Résultat void

SetupCamera() public méthode

public SetupCamera ( ) : void
Résultat void

UnloadContent() public méthode

public UnloadContent ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

GameType public_oe static_oe property

public static PlayerScreenType GameType
Résultat PlayerScreenType