C# Class Protogame.WanderAI

Inheritance: IAI
Mostra file Open project: RedpointGames/Protogame

Public Methods

Method Description
RenderDebug ( IGameContext gameContext, IRenderContext renderContext, Protogame.Agent agent, I2DRenderUtilities twoDRenderUtilities ) : void
Update ( IGameContext gameContext, IUpdateContext updateContext, Protogame.Agent agent ) : Vector2
WanderAI ( ) : System

Method Details

RenderDebug() public method

public RenderDebug ( IGameContext gameContext, IRenderContext renderContext, Protogame.Agent agent, I2DRenderUtilities twoDRenderUtilities ) : void
gameContext IGameContext
renderContext IRenderContext
agent Protogame.Agent
twoDRenderUtilities I2DRenderUtilities
return void

Update() public method

public Update ( IGameContext gameContext, IUpdateContext updateContext, Protogame.Agent agent ) : Vector2
gameContext IGameContext
updateContext IUpdateContext
agent Protogame.Agent
return Vector2

WanderAI() public method

public WanderAI ( ) : System
return System