MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetLevel

Method GetLevel

src/SFGUI/Primitive.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96int Primitive::GetLevel() const {
97 return m_level;
98}
99
100std::vector<PrimitiveVertex>& Primitive::GetVertices() {
101 return m_vertices;

Callers 1

SortPrimitivesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected