C# Class MyPolarBear.AI.GetSeedAI

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

Public Methods

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

Private Methods

Method Description
findBush ( ) : void
goToBush ( ) : void
pickSeed ( ) : void

Method Details

DoAI() public method

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

GetSeedAI() public method

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

LoadContent() public method

public LoadContent ( ) : void
return void

ResetAI() public method

public ResetAI ( ) : void
return void