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

Method SetLayer

src/SFGUI/Primitive.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void Primitive::SetLayer( int layer ) {
81 m_layer = layer;
82
83 m_synced = false;
84}
85
86int Primitive::GetLayer() const {
87 return m_layer;

Callers 1

SetZOrderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected