Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getBoundingBox
Method
getBoundingBox
core/2d/Node.cpp:803–807 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
801
}
802
803
Rect Node::getBoundingBox() const
804
{
805
Rect rect(0, 0, _contentSize.width, _contentSize.height);
806
return RectApplyAffineTransform(rect, getNodeToParentAffineTransform());
807
}
808
809
// MARK: Children logic
810
Callers
15
create
Method · 0.45
createWithCollider
Method · 0.45
getWidth
Method · 0.45
doLayout
Method · 0.45
calculateFinalPositionWithRelativeWidget
Method · 0.45
setInnerContainerSize
Method · 0.45
calculateItemPositionWithAnchor
Method · 0.45
setAnchorPosition
Method · 0.45
onTouchEnded
Method · 0.45
init
Method · 0.45
onEnter
Method · 0.45
MeshRendererHitTest
Method · 0.45
Calls
1
RectApplyAffineTransform
Function · 0.85
Tested by
7
onTouchEnded
Method · 0.36
init
Method · 0.36
onEnter
Method · 0.36
MeshRendererHitTest
Method · 0.36
onTouchesBegan
Method · 0.36
initSliders
Method · 0.36
LabelUnderlineStrikethroughMultiline
Method · 0.36