Wiki > TV3D65 Index > TVScreen2DImmediate
Draw_Sprite
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | Draw_Sprite(tex As Integer , x As Single , y As Single , color As Integer) |
| C++ | void Draw_Sprite(int tex , float x , float y , int color ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| tex | No | tex description |
| x | No | x description |
| y | No | y description |
| color | Yes | color description |
RETURN VALUE
| Null | Does not return a value. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.