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

Method build

Engine/source/gui/worldEditor/creator.cpp:339–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337//------------------------------------------------------------------------------
338
339void CreatorTree::build()
340{
341 mMaxWidth = 0;
342 mNodeList.clear();
343 buildNode(mRoot, 0);
344 mCellSize.set( mMaxWidth + 1, 11 );
345 setSize(Point2I(1, mNodeList.size()));
346}
347
348//------------------------------------------------------------------------------
349bool CreatorTree::onWake()

Callers 1

creator.cppFile · 0.45

Calls 4

Point2IClass · 0.50
clearMethod · 0.45
setMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected