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

Method setIgnoreAnchorPointForPosition

core/2d/Node.cpp:687–694  ·  view source on GitHub ↗

isRelativeAnchorPoint setter

Source from the content-addressed store, hash-verified

685
686/// isRelativeAnchorPoint setter
687void Node::setIgnoreAnchorPointForPosition(bool newValue)
688{
689 if (newValue != _ignoreAnchorPointForPosition)
690 {
691 _ignoreAnchorPointForPosition = newValue;
692 _transformUpdated = _transformDirty = _inverseDirty = true;
693 }
694}
695
696/// tag getter
697int Node::getTag() const

Callers 15

initWithArrayMethod · 0.45
onEnterMethod · 0.45
showFontMethod · 0.45
onEnterMethod · 0.45
initMethod · 0.45
onEnterMethod · 0.45
onToggleMethod · 0.45
onEnterMethod · 0.45
initMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by 10

onEnterMethod · 0.36
showFontMethod · 0.36
onEnterMethod · 0.36
initMethod · 0.36
onEnterMethod · 0.36
onToggleMethod · 0.36
onEnterMethod · 0.36
initMethod · 0.36
onEnterMethod · 0.36
Sprite6Method · 0.36