C# Class FlyingKite.Behaviors.Follower2DBehavior

Inheritance: Behavior
Mostra file Open project: WaveEngine/QuickStarters

Private Properties

Property Type Description
RefreshEntities void

Public Methods

Method Description
Follower2DBehavior ( ) : System

Protected Methods

Method Description
Initialize ( ) : void
Update ( System.TimeSpan gameTime ) : void

Private Methods

Method Description
RefreshEntities ( ) : void

Method Details

Follower2DBehavior() public method

public Follower2DBehavior ( ) : System
return System

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
return void