C# Class WanderingBehaviours.Wandering

Inheritance: Microsoft.Xna.Framework.Game
Mostra file Open project: Andrea/IncompleteGameLabs Class Usage Examples

Public Methods

Method Description
Wandering ( ) : System

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() protected method

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Wandering() public method

public Wandering ( ) : System
return System