C# Class MyPolarBear.AI.AttackAI

Inheritance: AIComponent
Afficher le fichier Open project: sgdc/sgdc-old

Méthodes publiques

Méthode Description
AttackAI ( System.Entity attacker, String targetType ) : System
DoAI ( GameTime gameTime ) : void
LoadContent ( ) : void

Private Methods

Méthode Description
attackTarget ( ) : void
getTarget ( ) : void

Method Details

AttackAI() public méthode

public AttackAI ( System.Entity attacker, String targetType ) : System
attacker System.Entity
targetType String
Résultat System

DoAI() public méthode

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

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void