C# Class FlyingKite.Behaviors.KiteBehavior

Inheritance: Behavior
Afficher le fichier Open project: WaveEngine/QuickStarters Class Usage Examples

Méthodes publiques

Méthode Description
KiteBehavior ( ) : System
SetState ( KiteStates state ) : void

Méthodes protégées

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

Private Methods

Méthode Description
CheckForCollisions ( ) : void
SetNewColor ( ) : void

Sets a kite new color.

Method Details

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

KiteBehavior() public méthode

public KiteBehavior ( ) : System
Résultat System

SetState() public méthode

public SetState ( KiteStates state ) : void
state KiteStates
Résultat void

Update() protected méthode

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