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

Method setPositionY

core/2d/Node.cpp:561–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561void Node::setPositionY(float y)
562{
563 setPosition(_position.x, y);
564}
565
566float Node::getPositionZ() const
567{

Callers 15

updateLengthMethod · 0.45
centerNodeYFunction · 0.45
setNodeTopFunction · 0.45
setNodeBottomFunction · 0.45
setPositionPercentYMethod · 0.45
setNodeTopMethod · 0.45
setNodeBottomMethod · 0.45
setNodeNormalizedTopMethod · 0.45

Calls 1

setPositionFunction · 0.70

Tested by 6

createWorld3DMethod · 0.36
onEnterMethod · 0.36
updateMethod · 0.36
TerrainWalkThruMethod · 0.36
updateMethod · 0.36
updateMethod · 0.36