C# Class ZombieShooter.MapEditor

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

Public Methods

Method Description
CreateObj ( int index ) : void
Draw ( SpriteBatch spriteBatch ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
MapEditor ( ) : System
Update ( GameTime gameTime ) : void
checkMouse ( ) : bool

Method Details

CreateObj() public method

public CreateObj ( int index ) : void
index int
return void

Draw() public method

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

LoadContent() public method

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

MapEditor() public method

public MapEditor ( ) : System
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

checkMouse() public method

public checkMouse ( ) : bool
return bool