MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / update

Method update

engine/source/runtime/function/animation/node.cpp:25–30  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

23 }
24 //-----------------------------------------------------------------------
25 void Node::update()
26 {
27 // Update transforms from parent
28 updateDerivedTransform();
29 m_is_dirty = false;
30 }
31 //-----------------------------------------------------------------------
32 void Node::updateDerivedTransform(void)
33 {

Callers 1

applyAnimationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected