C# Class SGDE.Graphics.VectorSprite

A vector based Sprite.
Inheritance: Sprite
Datei anzeigen Open project: sgdc/sgdc-old

Public Methods

Method Description
Draw ( Microsoft gameTime ) : void

Protected Methods

Method Description
CopySpriteTo ( Sprite &sp, bool full ) : void

Method Details

CopySpriteTo() protected method

protected CopySpriteTo ( Sprite &sp, bool full ) : void
sp Sprite
full bool
return void

Draw() public method

public Draw ( Microsoft gameTime ) : void
gameTime Microsoft
return void