C# Class MyPolarBear.AI.GetSeedAI

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

Méthodes publiques

Méthode Description
DoAI ( GameTime gameTime ) : void
GetSeedAI ( System.Entity planter, SeedPouch pouch ) : System
LoadContent ( ) : void
ResetAI ( ) : void

Private Methods

Méthode Description
findBush ( ) : void
goToBush ( ) : void
pickSeed ( ) : void

Method Details

DoAI() public méthode

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

GetSeedAI() public méthode

public GetSeedAI ( System.Entity planter, SeedPouch pouch ) : System
planter System.Entity
pouch MyPolarBear.GameObjects.SeedPouch
Résultat System

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

ResetAI() public méthode

public ResetAI ( ) : void
Résultat void