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

Method GetLayer

src/SFGUI/Primitive.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86int Primitive::GetLayer() const {
87 return m_layer;
88}
89
90void Primitive::SetLevel( int level ) {
91 m_level = level;

Callers 1

SortPrimitivesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected