MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setSizing

Method setSizing

Engine/source/gui/core/guiControl.cpp:1250–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248//-----------------------------------------------------------------------------
1249
1250void GuiControl::setSizing(S32 horz, S32 vert)
1251{
1252 mHorizSizing = horz;
1253 mVertSizing = vert;
1254}
1255
1256//-----------------------------------------------------------------------------
1257

Callers 5

openMethod · 0.80
constructEditControlMethod · 0.80
constructEditControlMethod · 0.80
createContentMethod · 0.80
onAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected