Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
void Primitive::SetLevel( int level ) {
91
m_level = level;
92
93
m_synced = false;
94
}
95
96
int Primitive::GetLevel() const {
97
return m_level;
Callers
2
Update
Method · 0.45
HandleSetHierarchyLevel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected