C# Class GrandLarceny.AI.AIStateObserving

Inheritance: GrandLarceny.AI.AIState
Afficher le fichier Open project: melburn/GLhf

Méthodes publiques

Méthode Description
AIStateObserving ( float a_endTime, bool a_prevFacingRight ) : System
execute ( NPE a_agent, GameTime a_gameTime ) : GrandLarceny.AI.AIState
timeOver ( GameTime a_gameTime ) : bool

Method Details

AIStateObserving() public méthode

public AIStateObserving ( float a_endTime, bool a_prevFacingRight ) : System
a_endTime float
a_prevFacingRight bool
Résultat System

execute() public méthode

public execute ( NPE a_agent, GameTime a_gameTime ) : GrandLarceny.AI.AIState
a_agent NPE
a_gameTime Microsoft.Xna.Framework.GameTime
Résultat GrandLarceny.AI.AIState

timeOver() public méthode

public timeOver ( GameTime a_gameTime ) : bool
a_gameTime Microsoft.Xna.Framework.GameTime
Résultat bool