C# Class Beyond_Beyaan.Data_Modules.BBSprite

Afficher le fichier Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BBSprite ( BaseSprite baseSprite, Random r ) : System
baseSprite BaseSprite
r System.Random
Résultat System

Draw() public méthode

public Draw ( float x, float y ) : void
x float
y float
Résultat void

Draw() public méthode

public Draw ( float x, float y, float scaleX, float scaleY ) : void
x float
y float
scaleX float
scaleY float
Résultat void

Draw() public méthode

public Draw ( float x, float y, float scaleX, float scaleY, Color color ) : void
x float
y float
scaleX float
scaleY float
color Color
Résultat void

Draw() public méthode

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
Résultat void

Draw() public méthode

public Draw ( float x, float y, float scaleX, float scaleY, byte alpha ) : void
x float
y float
scaleX float
scaleY float
alpha byte
Résultat void

Update() public méthode

public Update ( float time, Random r ) : void
time float
r System.Random
Résultat void