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