C# Class BasicPhysic2D.MouseDrawable

Inheritance: Drawable2D
Afficher le fichier Open project: WaveEngine/Samples

Méthodes publiques

Méthode Description
Draw ( System.TimeSpan gameTime ) : void

Draw method

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Dispose method

ResolveDependencies ( ) : void

Resolve dependencies method

Method Details

Dispose() protected méthode

Dispose method
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Draw() public méthode

Draw method
public Draw ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan game time
Résultat void

ResolveDependencies() protected méthode

Resolve dependencies method
protected ResolveDependencies ( ) : void
Résultat void