C# Class Danmaku_no_Kyojin.Entities.Boss.Boss

Afficher le fichier Open project: Noxalus/Danmaku-no-Kyojin Class Usage Examples

Méthodes publiques

Méthode Description
Boss ( DnK gameRef, List players, int iteration = 50, float step = 25 ) : System
Draw ( GameTime gameTime, Matrix viewMatrix ) : void
Initialize ( ) : void
Intersects ( System.Entity entity ) : bool
IsReady ( ) : bool
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
LoadContent ( ) : void
ParticleExplosion ( Vector2 position ) : void
Reset ( ) : void

Method Details

Boss() public méthode

public Boss ( DnK gameRef, List players, int iteration = 50, float step = 25 ) : System
gameRef DnK
players List
iteration int
step float
Résultat System

Draw() public méthode

public Draw ( GameTime gameTime, Matrix viewMatrix ) : void
gameTime Microsoft.Xna.Framework.GameTime
viewMatrix Matrix
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Intersects() public méthode

public Intersects ( System.Entity entity ) : bool
entity System.Entity
Résultat bool

IsReady() public méthode

public IsReady ( ) : bool
Résultat bool

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void