* Draw a billboard texture * * @see ::DrawBillboard() */
| 254 | * @see ::DrawBillboard() |
| 255 | */ |
| 256 | void |
| 257 | DrawBillboard(const ::Camera& camera, ::Vector3 position, float size, ::Color tint = {255, 255, 255, 255}) const { |
| 258 | ::DrawBillboard(camera, *this, position, size, tint); |
| 259 | } |
| 260 | |
| 261 | /** |
| 262 | * Draw a billboard texture defined by source |
nothing calls this directly
no outgoing calls
no test coverage detected