Graphics.draw
Jump to navigation
Jump to search
Graphics.draw is a function with access named arguments.
The list with accepted arguments:
| Type | Is Optional? | Name | Description |
|---|---|---|---|
| number | no | x | The x coordinate |
| number | no | y | The y coordinate |
| number | no | type | (The type of the render operation. [RTYPE_TEXT or RTYPE_TEXT]) |
| boolean | yes | isSceneCoordinates | If x and y should be used a scene coordinates |
| number | yes | priority | The priority value |