C# Class FlyingKite.Behaviors.ScrollBehavior

Inheritance: Behavior
Mostra file Open project: WaveEngine/QuickStarters

Private Properties

Property Type Description
RaiseOnEntityOutOfScreen void

Protected Methods

Method Description
DefaultValues ( ) : void
ResolveDependencies ( ) : void
Update ( System.TimeSpan gameTime ) : void

Private Methods

Method Description
RaiseOnEntityOutOfScreen ( System.Entity entity ) : void

Method Details

DefaultValues() protected method

protected DefaultValues ( ) : void
return void

ResolveDependencies() protected method

protected ResolveDependencies ( ) : void
return void

Update() protected method

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