C# Class FlyingKite.Behaviors.ScrollBehavior

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

Private Properties

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

Méthodes protégées

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

Private Methods

Méthode Description
RaiseOnEntityOutOfScreen ( System.Entity entity ) : void

Method Details

DefaultValues() protected méthode

protected DefaultValues ( ) : void
Résultat void

ResolveDependencies() protected méthode

protected ResolveDependencies ( ) : void
Résultat void

Update() protected méthode

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