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

Method stop

Source/Node/DragonBone.cpp:540–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540void DragonBone::stop() {
541 AssertIf(_flags.isOn(Node::Cleanup), "can not operate on an invalid DragonBone");
542 _armatureProxy->getAnimation()->stop(Slice::Empty);
543}
544
545void DragonBone::setSlot(String name, Node* item) {
546 AssertIf(_flags.isOn(Node::Cleanup), "can not operate on an invalid DragonBone");

Callers

nothing calls this directly

Calls 3

isOnMethod · 0.80
getAnimationMethod · 0.80
stopMethod · 0.65

Tested by

no test coverage detected