MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Draw

Method Draw

include/ModelUnmanaged.hpp:140–142  ·  view source on GitHub ↗

* Draw a model (with texture if set). */

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected