C# Class Starwar.Sprites.ParallaxStarSprite

Inheritance: Sprite
Afficher le fichier Open project: daxnet/Starwar

Méthodes publiques

Méthode Description
ParallaxStarSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, float speed ) : System
Update ( GameTime gameTime ) : void

Method Details

ParallaxStarSprite() public méthode

public ParallaxStarSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, float speed ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
position Vector2
speed float
Résultat System

Update() public méthode

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