C# Class Starwar.Sprites.LaserSprite

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

Méthodes publiques

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

Method Details

LaserSprite() public méthode

public LaserSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position ) : Microsoft.Xna.Framework
texture Microsoft.Xna.Framework.Graphics.Texture2D
position Microsoft.Xna.Framework.Vector2
Résultat Microsoft.Xna.Framework

Update() public méthode

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