C# Class _1942.Objects

Show file Open project: Hoobler/Projekt1

Public Properties

Property Type Description
baseList List
bossList List
deadList List
enemyList List
enemyProjectileList List
escortList List
formationList List
particleList List
playerList List
playerProjectileList List
powerUpList List

Private Properties

Property Type Description

Public Methods

Method Description
ActiveObjects ( ) : int
ClearAll ( ) : void
DeadRemoval ( ) : void
Draw ( SpriteBatch spriteBatch ) : void
Update ( KeyboardState keyState, GameTime gameTime ) : void

Method Details

ActiveObjects() public static method

public static ActiveObjects ( ) : int
return int

ClearAll() public static method

public static ClearAll ( ) : void
return void

DeadRemoval() public static method

public static DeadRemoval ( ) : void
return void

Draw() public static method

public static Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Update() public static method

public static Update ( KeyboardState keyState, GameTime gameTime ) : void
keyState Microsoft.Xna.Framework.Input.KeyboardState
gameTime Microsoft.Xna.Framework.GameTime
return void

Property Details

baseList public static property

public static List baseList
return List

bossList public static property

public static List bossList
return List

deadList public static property

public static List deadList
return List

enemyList public static property

public static List enemyList
return List

enemyProjectileList public static property

public static List enemyProjectileList
return List

escortList public static property

public static List escortList
return List

formationList public static property

public static List formationList
return List

particleList public static property

public static List particleList
return List

playerList public static property

public static List playerList
return List

playerProjectileList public static property

public static List playerProjectileList
return List

powerUpList public static property

public static List powerUpList
return List