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