C# Class FlyingKite.Behaviors.DebugSceneBehavior

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

Méthodes publiques

Méthode Description
DebugSceneBehavior ( ) : System

Initializes a new instance of the DebugSceneBehavior class.

Méthodes protégées

Méthode Description
ResolveDependencies ( ) : void

Resolves the dependencies needed for this instance to work.

Update ( System.TimeSpan gameTime ) : void

Allows this instance to execute custom logic during its Update.

This method will not be executed if it are not Active.

Method Details

DebugSceneBehavior() public méthode

Initializes a new instance of the DebugSceneBehavior class.
public DebugSceneBehavior ( ) : System
Résultat System

ResolveDependencies() protected méthode

Resolves the dependencies needed for this instance to work.
protected ResolveDependencies ( ) : void
Résultat void

Update() protected méthode

Allows this instance to execute custom logic during its Update.
This method will not be executed if it are not Active.
protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The game time.
Résultat void