MCPcopy 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

loadLevelMethod · 0.80
updateMethod · 0.80
createFromStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected