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

Method setHeight

Engine/source/gui/core/guiControl.cpp:1359–1362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357//-----------------------------------------------------------------------------
1358
1359void GuiControl::setHeight( S32 newHeight )
1360{
1361 resize( mBounds.point, Point2I( mBounds.extent.x, newHeight ) );
1362}
1363
1364//-----------------------------------------------------------------------------
1365

Callers 2

computeSizesMethod · 0.45
setGridHeightMethod · 0.45

Calls 2

resizeFunction · 0.50
Point2IClass · 0.50

Tested by

no test coverage detected