* Draw a model (with texture if set). */
| 138 | * Draw a model (with texture if set). |
| 139 | */ |
| 140 | void Draw(::Vector3 position, float scale = 1.0f, ::Color tint = {255, 255, 255, 255}) const { |
| 141 | ::DrawModel(*this, position, scale, tint); |
| 142 | } |
| 143 | |
| 144 | /** |
| 145 | * Draw a model with extended parameters. |
nothing calls this directly
no outgoing calls
no test coverage detected