MCPcopy Create free account
hub / github.com/axmolengine/axmol / onToggle

Method onToggle

tests/cpp-tests/Source/LayerTest/LayerTest.cpp:565–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565void LayerIgnoreAnchorPointPos::onToggle(Object* pObject)
566{
567 auto layer = this->getChildByTag(kLayerIgnoreAnchorPoint);
568 bool ignore = layer->isIgnoreAnchorPointForPosition();
569 layer->setIgnoreAnchorPointForPosition(!ignore);
570}
571
572std::string LayerIgnoreAnchorPointPos::title() const
573{

Callers

nothing calls this directly

Tested by

no test coverage detected