MCPcopy Create free account
hub / github.com/axmolengine/axmol / updateTransform

Method updateTransform

core/2d/Node.cpp:1956–1961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1954}
1955
1956void Node::updateTransform()
1957{
1958 // Recursively iterate over children
1959 for (const auto& child : _children)
1960 child->updateTransform();
1961}
1962
1963// MARK: components
1964

Callers 3

drawMethod · 0.45
insertQuadFromSpriteMethod · 0.45
updateQuadFromSpriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected