C# Class SurvivorNinja.Behaviors.StretchBehavior

Inheritance: Behavior
Mostra file Open project: WaveEngine/QuickStarters

Protected Methods

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

Private Methods

Method Description
Platform_OnScreenSizeChanged ( object sender, SizeEventArgs e ) : void

Method Details

DefaultValues() protected method

protected DefaultValues ( ) : void
return void

DeleteDependencies() protected method

protected DeleteDependencies ( ) : 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