MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / renderChildren

Method renderChildren

src/GuiComponent.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void GuiComponent::renderChildren(const Eigen::Affine3f& transform) const
48{
49 for(unsigned int i = 0; i < getChildCount(); i++)
50 {
51 getChild(i)->render(transform);
52 }
53}
54
55Eigen::Vector3f GuiComponent::getPosition() const
56{

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected