C# Class MyPolarBear.AI.AttackAI

Inheritance: AIComponent
Mostra file Open project: sgdc/sgdc-old

Public Methods

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

Private Methods

Method Description
attackTarget ( ) : void
getTarget ( ) : void

Method Details

AttackAI() public method

public AttackAI ( System.Entity attacker, String targetType ) : System
attacker System.Entity
targetType String
return System

DoAI() public method

public DoAI ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

LoadContent() public method

public LoadContent ( ) : void
return void