MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / InvalidateNode

Method InvalidateNode

src/Nazara/Utility/Node.cpp:652–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650 }
651
652 void Node::InvalidateNode()
653 {
654 m_derivedUpdated = false;
655 m_transformMatrixUpdated = false;
656
657 for (Node* node : m_childs)
658 node->InvalidateNode();
659
660 OnNodeInvalidation(this);
661 }
662
663 void Node::OnParenting(const Node* parent)
664 {

Callers 1

~NodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected