Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ getInnerBounds
Method
getInnerBounds
Source/GameObject.h:223–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
void setInnerBounds(const ax::Rect& value) { _pInnerBounds = value; }
222
223
ax::Rect getInnerBounds() { return _pInnerBounds; }
224
225
GameObjectType getGameObjectType() { return _pObjectType; }
226
Callers
1
checkCollisions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected