C# Class ZombieShooter.ObjList

Afficher le fichier Open project: Spectrewiz/Zombie-Shooter

Méthodes publiques

Свойство Type Description
objList List
placableObjects List

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
Initialize ( ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
Reset ( ) : void
Update ( ) : void

Method Details

Draw() public static méthode

public static Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

LoadContent() public static méthode

public static LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

Reset() public static méthode

public static Reset ( ) : void
Résultat void

Update() public static méthode

public static Update ( ) : void
Résultat void

Property Details

objList public_oe static_oe property

public static List objList
Résultat List

placableObjects public_oe static_oe property

public static List placableObjects
Résultat List