Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getLayerNodeCount
Method
getLayerNodeCount
MyGUIEngine/src/MyGUI_LayerNode.cpp:255–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
size_t LayerNode::getLayerNodeCount() const
256
{
257
return mChildItems.size();
258
}
259
260
ILayerNode* LayerNode::getLayerNodeAt(size_t _index) const
261
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected