* Draw a model wires (with texture if set). */
| 157 | * Draw a model wires (with texture if set). |
| 158 | */ |
| 159 | void DrawWires(::Vector3 position, float scale = 1.0f, ::Color tint = {255, 255, 255, 255}) const { |
| 160 | ::DrawModelWires(*this, position, scale, tint); |
| 161 | } |
| 162 | |
| 163 | /** |
| 164 | * Draw a model wires (with texture if set) with extended parameters. |
nothing calls this directly
no outgoing calls
no test coverage detected