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

Method SetLevel

src/SFGUI/Primitive.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void Primitive::SetLevel( int level ) {
91 m_level = level;
92
93 m_synced = false;
94}
95
96int Primitive::GetLevel() const {
97 return m_level;

Callers 2

UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected