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

Method Draw

include/BoundingBox.hpp:48–48  ·  view source on GitHub ↗

* Draw a bounding box with wires */

Source from the content-addressed store, hash-verified

46 * Draw a bounding box with wires
47 */
48 void Draw(::Color color = {255, 255, 255, 255}) const { ::DrawBoundingBox(*this, color); }
49
50 /**
51 * Detect collision between two boxes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected