Method | Description | |
---|---|---|
BBSprite ( |
||
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, |
public BBSprite ( |
||
baseSprite | ||
r | ||
return | System |
public Draw ( float x, float y, float scaleX, float scaleY ) : void | ||
x | float | |
y | float | |
scaleX | float | |
scaleY | float | |
return | void |
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 |
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 |
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 |
public Update ( float time, |
||
time | float | |
r | ||
return | void |