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

Method _addDisplay

Source/Node/DragonBone.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void DBSlot::_addDisplay() {
124 const auto container = s_cast<DragonBone*>(_armature->getDisplay());
125 container->addChild(_node);
126}
127
128void DBSlot::_replaceDisplay(void* value, bool isArmatureDisplay) {
129 const auto container = s_cast<DragonBone*>(_armature->getDisplay());

Callers

nothing calls this directly

Calls 2

getDisplayMethod · 0.80
addChildMethod · 0.45

Tested by

no test coverage detected