C# Class _1942.Logic

Datei anzeigen Open project: Hoobler/Projekt1 Class Usage Examples

Public Properties

Property Type Description
levelLoader LevelLoader

Public Methods

Method Description
CollisionRemoval ( ) : void
Draw ( SpriteBatch spriteBatch ) : void
Logic ( Microsoft.Xna.Framework.Content.ContentManager Content ) : System
NewGame ( ) : void
TextLenght ( string String ) : Vector2
Update ( KeyboardState keyState, GameTime gameTime ) : void
bossCurrentLifeBarCalc ( ) : int
bossTotalLifeBarCalc ( ) : int

Private Methods

Method Description
HighScoreUpdate ( ) : void

Method Details

CollisionRemoval() public method

public CollisionRemoval ( ) : void
return void

Draw() public method

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

Logic() public method

public Logic ( Microsoft.Xna.Framework.Content.ContentManager Content ) : System
Content Microsoft.Xna.Framework.Content.ContentManager
return System

NewGame() public method

public NewGame ( ) : void
return void

TextLenght() public method

public TextLenght ( string String ) : Vector2
String string
return Vector2

Update() public method

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

bossCurrentLifeBarCalc() public method

public bossCurrentLifeBarCalc ( ) : int
return int

bossTotalLifeBarCalc() public method

public bossTotalLifeBarCalc ( ) : int
return int

Property Details

levelLoader public_oe property

public LevelLoader,_1942 levelLoader
return LevelLoader