C# Class MyPolarBear.GameObjects.Boss

Inheritance: System.Entity
Afficher le fichier Open project: sgdc/sgdc-old Class Usage Examples

Méthodes publiques

Свойство Type Description
Health int
IsAlive bool
mScale Vector2

Méthodes publiques

Méthode Description
Boss ( Vector2 position ) : System
Draw ( SpriteBatch spriteBatch ) : void
GetTargetType ( ) : String
LoadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
ChaseEntity ( System.Entity entity ) : void

Method Details

Boss() public méthode

public Boss ( Vector2 position ) : System
position Vector2
Résultat System

Draw() public méthode

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

GetTargetType() public méthode

public GetTargetType ( ) : String
Résultat String

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

Update() public méthode

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

Property Details

Health public_oe static_oe property

public static int Health
Résultat int

IsAlive public_oe property

public bool IsAlive
Résultat bool

mScale public_oe property

public Vector2 mScale
Résultat Vector2