C# Class MyPolarBear.AI.PlantSeedAI

Inheritance: AIComponent
Mostra file Open project: sgdc/sgdc-old Class Usage Examples

Public Methods

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

Private Methods

Method Description
findSoftGround ( ) : void
goToSoftGround ( ) : void
plantSeed ( ) : void

Method Details

DoAI() public method

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

LoadContent() public method

public LoadContent ( ) : void
return void

PlantSeedAI() public method

public PlantSeedAI ( System.Entity planter, SeedPouch pouch ) : System
planter System.Entity
pouch MyPolarBear.GameObjects.SeedPouch
return System