C# Class jxGameFramework.Components.DrawableComponent

Inheritance: Component, IDrawable
Afficher le fichier Open project: jxpxxzj/WarshipGirl

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
OnvisibleChanged ( object sender, EventArgs e ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

OnvisibleChanged() protected méthode

protected OnvisibleChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void