Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ GetLevel
Method
GetLevel
src/SFGUI/Primitive.cpp:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
int Primitive::GetLevel() const {
97
return m_level;
98
}
99
100
std::vector<PrimitiveVertex>& Primitive::GetVertices() {
101
return m_vertices;
Callers
1
SortPrimitives
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected