C# Class XnaFlixel.data.FlxLogoPixel

Inheritance: FlxSprite
Afficher le fichier Open project: jsbeckr/XnaFlixel

Méthodes publiques

Méthode Description
FlxLogoPixel ( int xPos, int yPos, int pixelSize, int index, Microsoft.Xna.Framework.Color finalColor ) : System.Collections.Generic
Render ( SpriteBatch spriteBatch ) : void
Update ( ) : void

Method Details

FlxLogoPixel() public méthode

public FlxLogoPixel ( int xPos, int yPos, int pixelSize, int index, Microsoft.Xna.Framework.Color finalColor ) : System.Collections.Generic
xPos int
yPos int
pixelSize int
index int
finalColor Microsoft.Xna.Framework.Color
Résultat System.Collections.Generic

Render() public méthode

public Render ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void