C# Class FlyingKite.Behaviors.Follower2DBehavior

Inheritance: Behavior
Afficher le fichier Open project: WaveEngine/QuickStarters

Private Properties

Свойство Type Description
RefreshEntities void

Méthodes publiques

Méthode Description
Follower2DBehavior ( ) : System

Méthodes protégées

Méthode Description
Initialize ( ) : void
Update ( System.TimeSpan gameTime ) : void

Private Methods

Méthode Description
RefreshEntities ( ) : void

Method Details

Follower2DBehavior() public méthode

public Follower2DBehavior ( ) : System
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

Update() protected méthode

protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
Résultat void