C# Class MyPolarBear.AI.PlantSeedAI

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

Méthodes publiques

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

Private Methods

Méthode Description
findSoftGround ( ) : void
goToSoftGround ( ) : void
plantSeed ( ) : void

Method Details

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

PlantSeedAI() public méthode

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