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

Method DrawBillboard

include/TextureUnmanaged.hpp:256–259  ·  view source on GitHub ↗

* Draw a billboard texture * * @see ::DrawBillboard() */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected