C# Class XnaFlixel.data.FlxLogoPixel

Inheritance: FlxSprite
Mostra file Open project: jsbeckr/XnaFlixel

Public Methods

Method 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 method

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
return System.Collections.Generic

Render() public method

public Render ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Update() public method

public Update ( ) : void
return void