MCPcopy Create free account
hub / github.com/MyGUI/mygui / TileRect

Method TileRect

MyGUIEngine/src/MyGUI_TileRect.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 const size_t TILERECT_COUNT_VERTEX = 16 * VertexQuad::VertexCount;
21
22 TileRect::TileRect() :
23 mCountVertex(TILERECT_COUNT_VERTEX)
24 {
25 mVertexFormat = RenderManager::getInstance().getVertexFormat();
26 }
27
28 void TileRect::setVisible(bool _visible)
29 {

Callers

nothing calls this directly

Calls 1

getVertexFormatMethod · 0.45

Tested by

no test coverage detected