MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / Canvas

Method Canvas

src/Core/Graphics/Canvas.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 }
206
207 Canvas::Canvas(unsigned int width, unsigned int height)
208 {
209 m_canvas.create(width, height);
210 }
211
212 CanvasElement* Canvas::get(const std::string& id)
213 {

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected