C# Class _1942.Logic

Afficher le fichier Open project: Hoobler/Projekt1 Class Usage Examples

Méthodes publiques

Свойство Type Description
levelLoader LevelLoader

Méthodes publiques

Méthode 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

Méthode Description
HighScoreUpdate ( ) : void

Method Details

CollisionRemoval() public méthode

public CollisionRemoval ( ) : void
Résultat void

Draw() public méthode

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

Logic() public méthode

public Logic ( Microsoft.Xna.Framework.Content.ContentManager Content ) : System
Content Microsoft.Xna.Framework.Content.ContentManager
Résultat System

NewGame() public méthode

public NewGame ( ) : void
Résultat void

TextLenght() public méthode

public TextLenght ( string String ) : Vector2
String string
Résultat Vector2

Update() public méthode

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

bossCurrentLifeBarCalc() public méthode

public bossCurrentLifeBarCalc ( ) : int
Résultat int

bossTotalLifeBarCalc() public méthode

public bossTotalLifeBarCalc ( ) : int
Résultat int

Property Details

levelLoader public_oe property

public LevelLoader,_1942 levelLoader
Résultat LevelLoader