MCPcopy 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

sizeMethod · 0.45

Tested by

no test coverage detected