C# Class WanderingBehaviours.WanderBehaviour

Inheritance: IBehaviour
Mostrar archivo Open project: Andrea/IncompleteGameLabs

Public Methods

Method Description
Update ( WanderingBehaviours.Vehicle vehicle, GameTime gameTime ) : Vector2
WanderBehaviour ( Random random ) : System

Method Details

Update() public method

public Update ( WanderingBehaviours.Vehicle vehicle, GameTime gameTime ) : Vector2
vehicle WanderingBehaviours.Vehicle
gameTime Microsoft.Xna.Framework.GameTime
return Vector2

WanderBehaviour() public method

public WanderBehaviour ( Random random ) : System
random System.Random
return System