C# Class Beyond_Beyaan.Data_Modules.BBSprite

Datei anzeigen Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Public Methods

Method Description
BBSprite ( BaseSprite baseSprite, Random r ) : System
Draw ( float x, float y ) : void
Draw ( float x, float y, float scaleX, float scaleY ) : void
Draw ( float x, float y, float scaleX, float scaleY, Color color ) : void
Draw ( float x, float y, float scaleX, float scaleY, Color color, float angle ) : void
Draw ( float x, float y, float scaleX, float scaleY, byte alpha ) : void
Update ( float time, Random r ) : void

Method Details

BBSprite() public method

public BBSprite ( BaseSprite baseSprite, Random r ) : System
baseSprite BaseSprite
r System.Random
return System

Draw() public method

public Draw ( float x, float y ) : void
x float
y float
return void

Draw() public method

public Draw ( float x, float y, float scaleX, float scaleY ) : void
x float
y float
scaleX float
scaleY float
return void

Draw() public method

public Draw ( float x, float y, float scaleX, float scaleY, Color color ) : void
x float
y float
scaleX float
scaleY float
color Color
return void

Draw() public method

public Draw ( float x, float y, float scaleX, float scaleY, Color color, float angle ) : void
x float
y float
scaleX float
scaleY float
color Color
angle float
return void

Draw() public method

public Draw ( float x, float y, float scaleX, float scaleY, byte alpha ) : void
x float
y float
scaleX float
scaleY float
alpha byte
return void

Update() public method

public Update ( float time, Random r ) : void
time float
r System.Random
return void