|
|
Draws a textured square.
- Parameters
-
| x | X coordinate of square. |
| y | Y coordinate of square. |
| w | Width of square. |
| h | Height of square. |
| colour | Colour of square. |
| su | Source U coordinate. |
| sv | Source V coordinate. |
| du | Destination U coordinate. |
| dv | Destination V coordinate. |
| mat | World matrix to be used. |
- Returns
- None.
|