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

Method setSizing

Engine/source/gui/core/guiControl.cpp:1235–1239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1233//-----------------------------------------------------------------------------
1234
1235void GuiControl::setSizing(S32 horz, S32 vert)
1236{
1237 mHorizSizing = horz;
1238 mVertSizing = vert;
1239}
1240
1241//-----------------------------------------------------------------------------
1242

Callers 3

openMethod · 0.80
createContentMethod · 0.80
onAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected