C# Class Starwar.Sprites.BackgroundSprite

Inheritance: Sprite
Afficher le fichier Open project: daxnet/Starwar Class Usage Examples

Méthodes publiques

Méthode Description
BackgroundSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture, GraphicsDeviceManager graphics ) : System
Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void

Method Details

BackgroundSprite() public méthode

public BackgroundSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture, GraphicsDeviceManager graphics ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
graphics GraphicsDeviceManager
Résultat System

Draw() public méthode

public Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
gameTime Microsoft.Xna.Framework.GameTime
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void