Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
void Primitive::SetLayer( int layer ) {
81
m_layer = layer;
82
83
m_synced = false;
84
}
85
86
int Primitive::GetLayer() const {
87
return m_layer;
Callers
1
SetZOrder
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected