Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ setOuterBounds
Method
setOuterBounds
Source/GameObject.h:215–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
float getRadius() { return _radius * getScale(); }
214
215
void setOuterBounds(const ax::Rect& value) { _pOuterBounds = value; }
216
217
ax::Rect getOuterBounds() { return _pOuterBounds; }
218
Callers
3
loadLevel
Method · 0.80
update
Method · 0.80
createFromString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected