MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / Model

Method Model

extensions/olcPGEX_Wireframe.h:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 static constexpr uint8_t DRAW_MEASURES = 0x04;
132 public:
133 Model() = default;
134
135 public:
136 void Attach(Model* child, const olc::vf2d& position = { 0.0f, 0.0f }, const float angle = 0.0f);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected