MCPcopy Create free account
hub / github.com/MyGUI/mygui / getLayerNodeAt

Method getLayerNodeAt

MyGUIEngine/src/MyGUI_LayerNode.cpp:260–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 ILayerNode* LayerNode::getLayerNodeAt(size_t _index) const
261 {
262 MYGUI_ASSERT_RANGE(_index, mChildItems.size(), "LayerNode::getLayerNodeAt");
263
264 return mChildItems[_index];
265 }
266
267 void LayerNode::updateCompression()
268 {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected