MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / visit

Method visit

Source/Node/DragonBone.cpp:593–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593void DragonBone::visit() {
594 _armatureProxy->getArmature()->advanceTime(s_cast<float>(getScheduler()->getDeltaTime()));
595 Node::visit();
596}
597
598void DragonBone::render() {
599 if (isShowDebug()) {

Callers

nothing calls this directly

Calls 4

visitFunction · 0.50
advanceTimeMethod · 0.45
getArmatureMethod · 0.45
getDeltaTimeMethod · 0.45

Tested by

no test coverage detected