C# Class BasicPhysic2D.MouseDrawable

Inheritance: Drawable2D
Show file Open project: WaveEngine/Samples

Public Methods

Method Description
Draw ( System.TimeSpan gameTime ) : void

Draw method

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Dispose method

ResolveDependencies ( ) : void

Resolve dependencies method

Method Details

Dispose() protected method

Dispose method
protected Dispose ( bool disposing ) : void
disposing bool
return void

Draw() public method

Draw method
public Draw ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan game time
return void

ResolveDependencies() protected method

Resolve dependencies method
protected ResolveDependencies ( ) : void
return void