C# Class ZombieShooter.ObjList

ファイルを表示 Open project: Spectrewiz/Zombie-Shooter

Public Properties

Property Type Description
objList List
placableObjects List

Public Methods

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

Method Details

Draw() public static method

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

Initialize() public static method

public static Initialize ( ) : void
return void

LoadContent() public static method

public static LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
return void

Reset() public static method

public static Reset ( ) : void
return void

Update() public static method

public static Update ( ) : void
return void

Property Details

objList public_oe static_oe property

public static List objList
return List

placableObjects public_oe static_oe property

public static List placableObjects
return List